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


Please Help Members By Posting Answers For Below Questions

How many anonymous blocks can be defined?

819


What are the four Oracle system processes that must always be up and running for the database to be useable?

790


What are the system predefined user roles?

790


How to assign a table row to a record variable?

772


How to define a data source name (dsn) in odbc manager?

789


How to define a cusotmer as a supplier in ORACLE R12

1938


What is system tablespace?

851


What is null value in oracle?

844


What is a subquery in oracle?

802


How to best split csv strings in oracle 9i?

801


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'));

1442


What is integrity and what is constraint??Explain with example

1989


interview questions with answer for cts

2340


Explain the use of compress option in exp command.

754


What is rich query?

727