Data Access Question: Download Oracle Data Access PDF

Explain What is the effect of setting the value "ALL_ROWS" for OPTIMIZER_GOAL parameter of the ALTER SESSION command?

Tweet Share WhatsApp

Answer:

This value causes the optimizer to the cost-based approach for all SQL statements in the session regardless of the presence of statistics and to optimize with a goal of best throughput.

Download Oracle Data Access PDF Read All 18 Oracle Data Access Questions
Previous QuestionNext Question
Explain Can we delete tuples in a table based on date column? And how?Explain What is Read-Only Transaction?