Ctx_ddl.optimize_index fail with DRG-50857 ORA-12801
(Doc ID 2883606.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.13.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 19.13.0.0.0 version, RDBMS
oracle text index failed
17:19:30 SQL> select job,what from dba_jobs;
JOB
----------
WHAT
--------------------------------------------------------------------------------
3378434
begin ctx_ddl.optimize_index('TITLE_IDX','FULL',parallel_degree => 4,maxtime =>
60); end;
Elapsed: 00:00:00.01
17:19:55 SQL>
17:12:10 SQL> exec dbms_job.run(3378434);
BEGIN dbms_job.run(3378434); END;
*
ERROR at line 1:
ORA-20000: Oracle Text error:
DRG-50857: oracle error in drvddl.IndexOptimizePar
ORA-12801: error signaled in parallel query server P002
ORA-06512: at "CTXSYS.DRUE", line 186
ORA-06512: at "CTXSYS.CTX_DDL", line 1288
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_ISCHED", line 9226
ORA-06512: at "SYS.DBMS_ISCHED", line 242
ORA-06512: at "SYS.DBMS_ISCHED", line 9211
ORA-06512: at "SYS.DBMS_IJOB", line 384
ORA-06512: at "SYS.DBMS_JOB", line 262
ORA-06512: at line 1
Elapsed: 00:04:48.63
17:17:09 SQL> show parameter parallel
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |