My Oracle Support Banner

ORA-44319: Cannot delete AQ service while deleting datapump AQ services SYS.KUPC$% (Doc ID 2993593.1)

Last updated on FEBRUARY 03, 2024

Applies to:

Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

++ Customer was getting below error while deleting datapump related AQ services :
SQL> exec dbms_service.delete_service('SYS.KUPC$S_1_20230122220012_0');
BEGIN dbms_service.delete_service('SYS.KUPC$S_1_20230122220012_0'); END;

*
ERROR at line 1:
ORA-44319: Cannot delete AQ service
ORA-06512: at "SYS.DBMS_SERVICE_ERR", line 57
ORA-06512: at "SYS.DBMS_SERVICE", line 461
ORA-06512: at line 1

++ No datapump jobs were currently running on the system as verified from below query output :

SELECT owner_name, job_name, rtrim(operation) "OPERATION",
      rtrim(job_mode) "JOB_MODE", state, attached_sessions
 FROM dba_datapump_jobs
WHERE job_name NOT LIKE 'BIN$%'
ORDER BY 1,2;

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.