Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle-l »

RE: ORA-12801: error signaled in parallel query server P038 ORA-12801: error signaled in parallel query server P038

Michael McMullen

2007-07-10

Replies:

Did you try it serially?
I've usually seen these types of errors with corruption.
Try analyze table table_name validate structure.
Or run a query that does a full table scan and see if you get the same
errors.
Select /*+ full(a) */ count(*)
From table_name a;



--
http://www.freelists.org/webpage/oracle-l


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.