AQ Purge Running Causing Performance Issue Due To Missing Queue Table AQ_SRVNTFN_TABLE_n
(Doc ID 3062766.1)
Last updated on DECEMBER 09, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.25.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Performance issue due to below in the AWR report: DECLARE po dbms_aqadm.aq$_purge_options_t; BEGIN po.block := FALSE; DBMS_AQADM.PURGE_QUEUE_TABLE( queue_table => 'SYS.SYS$SERVICE_METRICS_TAB', purge_condition => 'qtview.queue = ''AQ$_SYS$SERVICE_METRICS_TAB_E'' ' , purge_options => po); END;
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 |