ORA-12801: error signaled in parallel query server P020...
  错误!!我用 oerr ora  12801说是要设置event 10397事件!不知道 还有没有更好的别的方法? 在线等!谢谢!!!
                 

解决方案 »

  1.   

    ORA-12801 error signaled in parallel query server string
    Cause: A parallel query server reached an exception condition.
    Action: Check the following error message for the cause.
      

  2.   

    exec  SYS.DBMS_STATS.GATHER_SCHEMA.STATS(OwnName =>'EPMA',Estimate_Percent =>20,Degree =>,Cascade  =>true,Options =>'GATHER',No_Invalidate  =>FALSE)
      

  3.   

    exec  SYS.DBMS_STATS.GATHER_SCHEMA.STATS(OwnName =>'EPMA',Estimate_Percent =>20,Degree =>20,Cascade  =>TRUE,Options =>'GATHER',No_Invalidate  =>FALSE)
      

  4.   

    收集统计信息:
    begin
       dbms_stats.gather_schema_stats(user);
    end;