Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Monitor AQ$ tables for OPP performance

edited Oct 21, 2015 1:15AM in Core Concurrent Processing - EBS (MOSC) 2 commentsAnswered

6. Monitor AQ$ tables

The AQ$_FND_CP_GSM_OPP_AQTBL_H is a history table.Ensure you purge at regular interval.

select count(*) from AQ$_FND_CP_GSM_OPP_AQTBL_H;

If the table is grown, then one can purge using DBMS_AQADM.PURGE_QUEUE_TABLE. Refer to:  (Doc ID 1156523.1)

Tuning Output Post Processor (OPP) to Improve Performance (Doc ID 1399454.1)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center