Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-12801: error signaled in parallel query server P038 ORA-12801: error signaled in parallel query server P038
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-lReceived on Tue Jul 10 2007 - 11:23:40 CDT
![]() |
![]() |