Will the Optimizer always use COST-based approach if
OPTIMIZER_MODE is set to "Cost"?
Answer Posted / guest
Presence of statistics in the data dictionary for atleast
one of the tables accessed by the SQL statements is
necessary for the OPTIMIZER to use COST-based approach.
Otherwise OPTIMIZER chooses RULE-based approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to delete a column in an existing table?
How to create a table index in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
How to write date and time literals in oracle?
How to rename a column in an existing table?
How to view the tablespaces in the current database?
Can multiple columns be used in group by in oracle?
How to use subqueries with the in operator using oracle?
Explain an integrity constrains?
What is a subquery?
Explain the use of show option in imp command.
Explain the difference between a procedure and a function?
When do we use group by clause in a sql query?
How to resolve the ORA-39133 error in Oracle?
How to select some columns from a table in oracle?