Not Able To Drop Disabled Golden Gate Capture and getting ORA-03113 and ORA-01338: Other process is attached to LogMiner session
(Doc ID 2338387.1)
Last updated on SEPTEMBER 30, 2022
Applies to:
Oracle GoldenGate - Version 10.0.0.0 to 10.0.0.0 [Release 10.0.0]Information in this document applies to any platform.
Symptoms
SQL> exec DBMS_CAPTURE_ADM.DROP_CAPTURE ('OGG$CAPTURE-NAME',true);
BEGIN DBMS_CAPTURE_ADM.DROP_CAPTURE ('OGG$CAPTURE-NAME',true); END;
*
ERROR at line 1:
ORA-01338: Other process is attached to LogMiner session
ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 829
ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 800
ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 566
ORA-06512: at line 1
SQL> exec DBMS_CAPTURE_ADM.DROP_CAPTURE ('OGG$CAPTURE-NAME');
BEGIN DBMS_CAPTURE_ADM.DROP_CAPTURE ('OGG$CAP_EMAIN'); END;
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 27320
Session ID: 12835 Serial number: 2261
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 |