0 votes
in Oracle by
How does the Oracle Query Optimizer determine an execution plan for a query?

1 Answer

0 votes
by

It uses heuristics or rules of thumb and statistics to decide on the most efficient execution plan based on available indexes, table size, and query complexity.

...