My Oracle Support Banner

ORA-00600 [12811], [20010] from Uninstall of OWM in a PDB (Doc ID 2746115.1)

Last updated on APRIL 17, 2023

Applies to:

Workspace Manager - Version 12.2.0.1 and later
Information in this document applies to any platform.

Symptoms

Uninstall of Oracle Workspace Manager (OWM) in a PDB fails with error:

==== @./owmuinst.plb Container:PDB1 Id:3 20-05-04 10:31:38 Proc:0 ====
...
SQL> declare
  2    status_var  varchar2(128) ;
  3    sc_error    boolean := false ;
...
...
 67    execute immediate 'lock table wmsys.wm$versioned_tables$ in exclusive mode nowait' ;
 68    execute immediate 'select count(*) from all_wm_versioned_tables' into cnt ;
 69    commit ;
...
...
128    delete sys.impcalloutreg$ where tag='WMSYS';
129    commit;
130  end;
131  /
declare
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [12811], [20010], [], [], [], [], [], [], [], [], [], []



The error can be reproduced at will when locking the table WMSYS.WM$VERSIONED_TABLES$:

 

Changes

 

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
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.