SQL Performance (MOSC)

MOSC Banner

Tune Oracle delivered Query for PeopleSoft application

edited May 23, 2013 5:40AM in SQL Performance (MOSC) 10 commentsAnswered

Hi Guys,

I have the following query that is delivered by Oracle for PeopleSoft application module, integration broker. I always find this query on the top among "SQL order by CPU time"  and "SQL order by Elapsed time", "SQL order by gets", "SQL order by reads" in the AWR report. It also comes in ADDM report that says to tune this query. Can you please suggest what action should we take?
 

   SELECT IBTRANSACTIONID, IB_SEGMENTINDEX, IB_OPERATIONNAME,
         ACTIONNAME, PUBNODE, QUEUENAME, QUEUESEQID, SUBQUEUE, ACTIONOWNER,
         MACHINENAME, SLAVEPROCESSNAME, IB_SLAVEQUEUED, PROCESSID,
         TO_CHAR(PUBLISHTIMESTAMP,'YYYY-MM-DD-HH24.MI.SS."000000"'),
         SUBCONSTATUS, TO_CHAR(LASTUPDDTTM,'YYYY-MM-

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