What is rule base and cost base optimizer?
Answers were Sorted based on User's Feedback
Answer / chandra shekher
Rule based optimiser will optimise the query based on the
rules.
Cost based optimiser will optimise the query based on the
statistics available for the table.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chandra bhusan prasad
one is supported in 8i and another in 9i/10g
cost base optimizer display the cost attributes of query
and it is easier.
Is This Answer Correct ? | 1 Yes | 3 No |
What are all different types of collation sensitivity?
Can a foreign key be a duplicate?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
Is record in oracle pl sql?
HOW TO TUNE ORACLE SQL QUERIES GIVE ME STEP BY SREP
Write a query to find the names of users that begin with "um" in sql?
Hi all, I am going to write oracle certification. Can anyone send me the dumps available if any for OCA exam? Its really very urgent, prompt response will help me alot..
How many levels can subqueries be nested in a FROM clause?
What is the result, when NULL is compared with NULL?
what is difference between delete and truncate commands? : Sql dba
Which join condition can be specified using on clause?
How to create a menu in sqlplus or pl/sql?