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

What is the difference between syntax error and runtime error?

811


which types of join is used in sql widely? : Sql dba

713


What are types of joins?

703


Explain ddl statements in pl/sql?

736


Explain the difference between 'between' & 'and' operators in sql

724






How do you update a value in sql?

717


define sql update statement ? : Sql dba

807


Where can I learn sql for free?

701


what is uncommittable transactions? : Transact sql

752


Is and as keyword in pl sql?

686


How can we find duplicate records in a table?

664


How many types of functions are there in sql?

666


What is the difference between a database and a relational database?

767


What is the location of pre_defined_functions.

841


how is myisam table stored? : Sql dba

782