What is the effect of setting the value "CHOOSE" for
OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
Answer Posted / guest
The Optimizer chooses Cost_based approach and optimizes with
the goal of best throughput if statistics for atleast one of
the tables accessed by the SQL statement exist in the data
dictionary. Otherwise the OPTIMIZER chooses RULE_based
approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain integrity constraints?
How to save query output to a local file?
How to convert a date to char in oracle? Give one example.
What is the data pump export utility?
 How to use an oracle sequence generator in a mapping?
What do you understand by database schema and what does it hold?
how to handle exceptions in post production
What is snapshot is too old? Give and example for better understand.
What is a table index in oracle?
Is oracle a language?
How to delete a user account in oracle?
How to use in conditions in oracle?
How to define an anonymous block?
What is the difference between online and offline backups?
How to use "in" parameter properly?