CATALOG SCAN is a search strategy of the SQL optimizer.
The system can use this strategy if no equality condition has been defined for any key of the database object.
The database system sequentially scans the database catalog to access the data.
Sequential Search
List of All Search Strategies