My Oracle Support Banner

Missing DBMS_APPLY_ADM.DELETE_ALL_ERRORS (Doc ID 2076887.1)

Last updated on MARCH 29, 2019

Applies to:

Oracle Database - Enterprise Edition - Version 10.2.0.5 and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

I've tried the normal way but it doesn't work

begin
 dbms_cdc_publish.alter_change_set(
   change_set_name=>'L00131_cs_hotlog',
   enable_capture=>'n'
 );
end;
PL/SQL procedure successfully completed.

begin
dbms_cdc_subscribe.drop_subscription(
  subscription_name=>'sub_L00131'
);
end;
Error at line 1
ORA-31425: subscription does not exist
ORA-06512: at "SYS.DBMS_CDC_SUBSCRIBE", line 49
ORA-06512: at "SYS.DBMS_CDC_SUBSCRIBE", line 107
ORA-06512: at line 2

begin
dbms_cdc_publish.drop_change_table(
   owner =>'talend_publisher',
   change_table_name=>'TCDC_L00131',
   force_flag=>'y'
);
end;
Error at line 1
ORA-31421: change table  does not exist
ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 844
ORA-06512: at line 2

begin
dbms_cdc_publish.drop_change_set(
   change_set_name=>'L00131_cs_hotlog'
);
end;
Error at line 1
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_AQADM_SYS", line 6999
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_APPLY_ADM_INTERNAL", line 283
ORA-06512: at "SYS.DBMS_APPLY_ADM_INTERNAL", line 270
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 691
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 611
ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 796
ORA-06512: at line 2

BEGIN DBMS_APPLY_ADM.DELETE_ALL_ERRORS(); END;
Error at line 1

 

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.