What is the effect of setting the value 'FIRST_ROWS' for
OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
Answer Posted / guest
This value causes the optimizer to use 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 response time.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many anonymous blocks can be defined?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What are the system predefined user roles?
How to assign a table row to a record variable?
How to define a data source name (dsn) in odbc manager?
How to define a cusotmer as a supplier in ORACLE R12
What is system tablespace?
What is null value in oracle?
What is a subquery in oracle?
How to best split csv strings in oracle 9i?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is integrity and what is constraint??Explain with example
interview questions with answer for cts
Explain the use of compress option in exp command.
What is rich query?