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
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What will you get by the cursor attribute sql%notfound?
Why should I use postgresql?
What is the command used to fetch the first 5 characters of a string?
What are the various levels of constraints?
What are the rules to be applied to nulls whilst doing comparisons?
how to enter numeric values as hex numbers? : Sql dba
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is composite primary key in sql?
How does pl sql work?
define data blocks ? : Sql dba
What is the purpose of cursors in pl/sql?
What are the most important characteristics of pl/sql?
what is innodb? : Sql dba
how would you enter characters as hex numbers? : Sql dba