Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Parallel Hint

Parallel Hint

From: <mail2jerry_at_gmail.com>
Date: 20 Jul 2006 11:38:59 -0700
Message-ID: <1153420739.370511.13100@m73g2000cwd.googlegroups.com>


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 Received on Thu Jul 20 2006 - 13:38:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US