dbTalk Databases Forums  

Parallel Hint

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Parallel Hint in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mail2jerry (AT) gmail (DOT) com
 
Posts: n/a

Default Parallel Hint - 07-20-2006 , 01:38 PM






Hi,

Can someone tell me the difference between the following two usages of
paralle hint?

1. select /*+ PARALLEL*/ * from emp;
2. select /*+ PARALLEL(t,default)*/ * from emp t;

The degree of emp table is 1.

Both queries appear to generate differnt SQLs when it spawns threads.

Thanks
Jerry


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.