CATALOG SCAN USING USERS TABLE LIST is a search strategy of the SQL optimizer.
In the database catalog, there is a list of visible tables for each database user. The system can choose this strategy if the query can be executed by traversing this list.
The system identifies the relevant tables using a key range scan.