Error when patching 10.2.0.4 database - drop type ku$_schemaobj_t generates ORA-03113 error
Hello all,
I am having a problem while trying to apply patch 42
(p10349197_10204_Win32) to a 10.2.0.4 database (unpatched). After successfully running opatch, while
running @catcpu.sql, I receive this error when the type ku$_schemaobj_t
is dropped:
SQL> drop type ku$_schemaobj_t force;
ERROR:
ORA-03114: not connected to ORACLE
drop type ku$_schemaobj_t force
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
All subsequent commands fail because the connection has been terminated. I have tried this several times (by rolling back the VM image), but it always fails in the same place. Identical results when applying patch set 31.
SQL> drop type ku$_schemaobj_t force;
ERROR:
ORA-03114: not connected to ORACLE
drop type ku$_schemaobj_t force
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
All subsequent commands fail because the connection has been terminated. I have tried this several times (by rolling back the VM image), but it always fails in the same place. Identical results when applying patch set 31.
0