What are the factors that affect OPTIMIZER in choosing an
Optimization approach ?

Answer Posted / guest

The OPTIMIZER_MODE initialization parameter Statistics in the
Data Dictionary the OPTIMIZER_GOAL parameter of the ALTER
SESSION command hints in the statement.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare a local variable?

597


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

533


How to rename an index?

590


What is a dead lock in oracle?

600


How to view the tablespaces in the current database?

561






query optmization techniques and quwry analyser+projects+ppts

1934


Write a trigger example in oracle?

577


Explain a data segment?

652


What is columnar storage what is the advantage?

546


Explain what are the different type of segments?

580


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

1184


What is ordinary table in oracle?

656


How to define a record variable to store a table row?

579


what is the dual table in oracle?

556


How to get a list of all user accounts in the database?

620