Database Administration (MOSC)

MOSC Banner

ADDMrpt finding

edited Nov 7, 2010 7:13PM in Database Administration (MOSC) 5 commentsAnswered
Hi Guyz,

Just wondering if anyone could tell me what to do with this?

 FINDING 1: 66% impact (17657 seconds)
-------------------------------------
PL/SQL execution consumed significant database time.

   RECOMMENDATION 1: SQL Tuning, 66% benefit (17657 seconds)
      ACTION: Tune the PL/SQL block with SQL_ID "8gub7zxznbthv". Refer to the
         "Tuning PL/SQL Applications" chapter of Oracle's "PL/SQL User's Guide
         and Reference"
         RELEVANT OBJECT: SQL statement with SQL_ID 8gub7zxznbthv
         DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate;
         broken BOOLEAN := FALSE; BEGIN CEK_HARIAN_RUN8; :mydate := next_date;
         IF broken THEN :b := 1; ELSE :b := 0; END IF; END;
      RATIONALE: SQL statement with SQL_ID "8gub7zxznbthv" was executed 2

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