Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


SQL Tuning, Oracle Server 10g:
Why is the following hint invalid?

SELECT /*+ first_rows parallel(table_name,paral_number)*/



SQL Tuning, Oracle Server 10g: Why is the following hint invalid? SELECT /*+ first_rows paralle..

Answer / 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

More SQL PLSQL Interview Questions

What is dbo in sql?

0 Answers  


How do I view a procedure in sql?

0 Answers  


using comand prompt how can import table data and table space with example

2 Answers  


why use cursors?

5 Answers   Oracle,


How do you run a query?

0 Answers  


With out using count() function. How to the find total number of rows in a table?

6 Answers  


Is stored procedure faster than query?

0 Answers  


What is the usage of when clause in trigger?

0 Answers  


What is the purpose of a secondary key?

0 Answers  


What is an index in sql with example?

0 Answers  


Can dml statements be used in pl/sql?

0 Answers  


What is trigger and stored procedure in sql?

0 Answers  


Categories