My Oracle Support Banner

How to validate invalid package SYS.DBMS_AQADM_SYS (Doc ID 2208934.1)

Last updated on JULY 22, 2024

Applies to:

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

Symptoms

 The package SYS.DBMS_AQADM_SYS is found to be invalid -

SQL>select owner,object_name,object_type,status from dba_objects where status <> 'VALID';

SYS DBMS_AQADM_SYS PACKAGE BODY INVALID


Trying to compile the package still gives error-

SQL> alter package DBMS_AQADM_SYS compile body;

Warning: Package Body altered with compilation errors.

SQL> show err
Errors for PACKAGE BODY DBMS_AQADM_SYS:

LINE/COL ERROR
-------- -----------------------------------------------------------------
7569/11 PL/SQL: Statement ignored
7569/35 PLS-00302: component 'KWQA_3GL_PURGESCHEMASUBTAB' must be
declared

 

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.