What is COST-based approach to optimization ?

Answers were Sorted based on User's Feedback



What is COST-based approach to optimization ?..

Answer / mahesh

For running any quey requires or generates an execution pan
before actually fetching data

in cost based approach, the oracle will generates the
execution plan based on available statistics.

oracle supports cost based approcach and it is continuously
improving fron one version to another version of oralce
database

Is This Answer Correct ?    1 Yes 0 No

What is COST-based approach to optimization ?..

Answer / mkjmkumar

Oracle Analyse a Query using two Approches
1. CBO
2. RBO

Cost Based Analyser is default when we do not in oracle
setup.

CBO picks up query output using witch have less cost

Is This Answer Correct ?    1 Yes 0 No

What is COST-based approach to optimization ?..

Answer / tony

Cost Based Optimizer (CBO) - This method is used if
internal statistics are present. The CBO checks several
possible execution plans and selects the one with the
lowest cost, where cost relates to system resources.

Is This Answer Correct ?    1 Yes 0 No

What is COST-based approach to optimization ?..

Answer / mkjmkumar

CBO Evaluates the cost of available execution paths and
selects the execution path that has lowest relative cost.

Is This Answer Correct ?    1 Yes 1 No

What is COST-based approach to optimization ?..

Answer / nishi

oracle generate the execution plan to the available statistics.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

How will you differentiate between varchar & varchar2?

0 Answers  


what is integrity constrains?

3 Answers  


What are joins, explain all types of joins?

0 Answers   Bravura Solutions,


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

1 Answers  


Explain oracle left join with an example?

0 Answers  






What are the different type of Segments ?

2 Answers  


why can't we assign not null constraint as table level constraint

3 Answers   CTS, Wipro,


What happens to the current transaction if the session is ended?

0 Answers  


When can Hash Cluster used ?

1 Answers  


What is oracle in java?

0 Answers  


What is the difference between $oracle_base and $oracle_home?

0 Answers  


What are data pump export and import modes?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)