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


Please Help Members By Posting Answers For Below Questions

How do you determine the current isolation level? : Transact sql

575


What is varchar used for?

527


what are the types of join and explain each? : Sql dba

527


differentiate between float and double. : Sql dba

552


Explain the types of joins in sql?

569






Can a table contain multiple foreign key’s?

566


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1060


What is date functions?

569


How does sql store data?

481


What are the commands used in sql?

519


What is not equal in sql?

504


What is the difference between sql and isql*plus?

507


Explain character-manipulation functions?

622


How to check if a column is nullable before setting to nullable?

580


When sql appeared?

613