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

Why is sql important?

671


Can pl sql procedure have a return statement?

646


What is the difference between python and sql?

608


Explain constraints in sql?

680


Why query optimization is needed?

610






who introduced sql?

657


What is a boolean in sql?

617


How do I run a pl sql procedure in sql developer?

597


Is id a reserved word in sql?

760


What is a pl/sql block?

682


how to do backup entire database? : Transact sql

772


what is single byte over head in oracle..?

1970


What is materialized view. What are different methods of refresh?

939


Is mariadb a nosql database?

667


What is sql catalog?

665