Title: RE: Win2000/8.1.7.3.0/SQL
Dan:
 
I don't think this is the problem.  See query...
 

SQL> select degree, count(*)
  2  from dba_tables
  3  group by degree;
 
DEGREE       COUNT(*)
---------- ----------
         1       2652
 
And I have not changed anything.
 
Thanks (and keep those ideas coming in, folks!),
Mike
 
 
-----Original Message-----
From: Straub, Dan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 20, 2002 11:03 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Win2000/8.1.7.3.0/SQL

Hi Mike,

I got 'DEFAULT'. After 'alter table ... noparallel', it was '1'.

From Metalink 66484.1:

(3) If any table in a query has a parallel degreee greater than one
     (including the DEFAULT degree), Oracle uses the cost-based optimizer
     for that query--even if OPTIMIZER_MODE = RULE, or if there is a RULE
     hint in the query itself

So, since you said that a RULE hint makes it work, this may not be the problem.

Dan.

-----Original Message-----
From: Vergara, Michael (TEM) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 20, 2002 10:05 AM
To: Multiple recipients of list ORACLE-L
Subject: RE: Win2000/8.1.7.3.0/SQL


Dan:

When you did a 'select degree from dba_tables', did you get '1'
or 'DEFAULT'?  I get '1's for all my tables.  Is there someplace
else I should look?

Thanks,
Mike

Reply via email to