SQL Tuning, Oracle Server 10g:
Why is the following hint invalid?
SELECT /*+ first_rows parallel(table_name,paral_number)*/
Answer Posted / mark berlin
Because first_rows access and parallel access are mutually
exclusive.
Parallel always assumes full table scan, first_rows is an
index access
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I save a stored procedure?
What is varchar example?
Is not equal in sql?
What is bulk collect in pl sql?
What is the requirement of self-join?
What is the mutating table and constraining table?
What is nvarchar in sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is sql server and ase?
What programs use sql?
What is trigger in sql?
What is using in sql?
Are subqueries better than joins?
what is normalization? : Sql dba
How many sql statements are used?