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
What is an ndf file?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What is the difference between inner join and left join?
How delete all data from all tables in sql?
Are stored procedures faster than queries?
Is sql similar to python?
What is the use of <> sql?
What is sql in oracle?
How do I run a program in pl sql?
What is the size of partition table?
How to change sql*plus system settings?
What is record variable?
What is a temporal data type?
What is difference between db2 and sql?
What is the difference between delete, truncate and drop command?