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
In what condition is it good to disable a trigger?
how to include character strings in sql statements? : Sql dba
Does truncate need commit?
Is mariadb nosql?
What is left join in sql?
How does one load ebcdic data? : aql loader
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
What is sorting in sql?
What pl/sql package consists of?
What is a Mapplet?
Can we rollback truncate?
Why partition by is used in sql?
How many tables can you join in sql?
What is the most important ddl statements in sql are?
What is schema in sql?