The following is a list of all search strategies that are avaible to the SQL optimizer. The names match the return codes of the EXPLAIN statement. You can use the EXPLAIN statement to find out which search strategy the SQL optimizer uses for an SQL statement.
CATALOG ACCESS USING USERS TABLE LIST
CATALOG SCAN USING USER EQUAL CONDITION
DIFFERENT STRATEGIES FOR OR-TERMS
JOIN VIA MULTIPLE INDEXED COLUMNS
JOIN VIA RANGE OF MULTIPLE INDEXED COLUMNS
JOIN VIA RANGE OF MULTIPLE KEY COLUMNS