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 |
Why do you use stored procedures and state some of its disadvantages?
How to define a cusotmer as a supplier in ORACLE R12
Is there a combination of "like" and "in" in sql?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
What is oracle analytical function?
What suggestions do you have to reduce the network traffic?
What is a nested table?
How do we switch from init.ora file to asp file?
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
definition of cluster and non-clustered index?
Write a syntax for update query in oracle?
It's Urgent? How to IMPORT .xls & .txt file into ORACLE?