What is the effect of setting the value of OPTIMIZER_MODE
to 'RULE' ?
Answer Posted / guest
This value causes the optimizer to choose the rule_based
approach for all SQL statements issued to the instance
regardless of the presence of statistics.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a initialization parameter file in oracle?
How to define an external table with a text file?
What is a user role in oracle?
Explain a segment?
How to get last row id?
What is primefaces used for?
Explain the use of control file?
What are the differences between primary key and unique key?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Explain the use of Merge statement in oracle 11g
How to define a data field as not null?
How does the on-delete-cascade statement work?
What is object data modeling?
Is there any function in oracle similar like group_concat of mysql?
candidate key is subset of super key but not vice-verse explain