What is COST-based approach to optimization ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / nishi
oracle generate the execution plan to the available statistics.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Difference between cartesian join and cross join?
What are synonyms used for ?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What are the different types of record groups in oracle? Explain each of them
How to load data from external tables to regular tables?
How are extents allocated to a segment?
How can I see all tables in oracle?
What are the different types of partitions in oracle?
What language does oracle use?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How a database is related to tablespaces?