Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Difference between Optimizer=ALL_ROWS and Optimizer=CHOOSE
availability of statistics. If statistics is available on the table it uses
CBO and if not it uses RBO.
ALL_ROWS - Choose based optimization, statistics is needed. U could
pass as hint in ur query.
But in the majority of cases with optimizer_mode=choose ( and with a good
statistics ) the CBO will be able to find a good execution plan for
yoursqueries .
Related Answered Questions
Related Open Questions