
TKPROF: Release 9.2.0.6.0 - Production on Thu Dec 21 14:20:12 2006

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

Trace file: /app/oracle/admin/PULSEDB/udump/pulsedb1_ora_5410.trc
Sort options: default

********************************************************************************
count    = number of times OCI procedure was executed
cpu      = cpu time in seconds executing 
elapsed  = elapsed time in seconds executing
disk     = number of physical reads of buffers from disk
query    = number of buffers gotten for consistent read
current  = number of buffers gotten in current mode (usually for update)
rows     = number of rows processed by the fetch or execute call
********************************************************************************

alter session set events '10046 trace name context forever, level 12'


call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        0      0.00       0.00          0          0          0           0
Execute      1      0.00       0.00          0          0          0           0
Fetch        0      0.00       0.00          0          0          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        1      0.00       0.00          0          0          0           0

Misses in library cache during parse: 0
Misses in library cache during execute: 1
Optimizer goal: CHOOSE
Parsing user id: 71  

Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  SQL*Net message to client                       1        0.00          0.00
  SQL*Net message from client                     1       18.69         18.69
  library cache lock                              2        0.00          0.00
********************************************************************************

SELECT LREPQUESEQ, LREPSEQ, STRPARAMVAL, NTRYCOUNT, NREPSTATCD,
DTSUBMITTED, DTNEXTRUN, NINTERVAL, STRUSERID FROM OM_RUN_REPORT_QUEUE
WHERE DTSUBMITTED <= SYSDATE AND (NREPSTATCD=:"SYS_B_0" OR (NREPSTATCD=:"SYS_B_1" AND NINTERVAL IS NOT NULL AND DTNEXTRUN <= SYSDATE))
AND MOD(LREPQUESEQ,OM_GET_CONF_INFO_FNC(:"SYS_B_2"))=:B1 ORDER BY NREPSTATCD

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        1      0.00       0.00          0          0          0           0
Execute      1      0.00       0.00          0          0          0           0
Fetch        1      1.07       5.29      12502      16149          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        3      1.07       5.29      12502      16149          0           0

Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 71  

Rows     Row Source Operation
-------  ---------------------------------------------------
      0  SORT ORDER BY 
      0   TABLE ACCESS FULL OM_RUN_REPORT_QUEUE 


Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  SQL*Net message to client                       1        0.00          0.00
  global cache cr request                      2539        0.00          0.72
  db file sequential read                       101        0.00          0.07
  db file scattered read                        928        0.01          1.71
  db file parallel read                         494        0.02          2.26
  SQL*Net message from client                     1        9.28          9.28
  library cache lock                              1        0.00          0.00
********************************************************************************

SELECT STRPARAMVALUE 
FROM
 OM_CONFIGURATION WHERE NPARAMKEY = :B1 


call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        0      0.00       0.00          0          0          0           0
Execute  77711      7.86       7.65          0          0          0           0
Fetch    77711      0.64       0.38          0     155422          0       77711
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total   155422      8.50       8.03          0     155422          0       77711

Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 37     (recursive depth: 1)

Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  latch free                                      7        0.00          0.00
********************************************************************************

SELECT /*+ INDEX_JOIN(ORRQ XPKOM_RUN_REPORT_QUEUE,OM_RUN_REPORT_QUEUE_IDX,NU_DTSUBMITTED_ORRQ_IDX) */ LREPQUESEQ,
LREPSEQ, STRPARAMVAL, NTRYCOUNT, NREPSTATCD,DTSUBMITTED, DTNEXTRUN, NINTERVAL, STRUSERID FROM OM_RUN_REPORT_QUEUE ORRQ
WHERE DTSUBMITTED <= SYSDATE AND (NREPSTATCD=:"SYS_B_0" OR (NREPSTATCD=:"SYS_B_1" AND NINTERVAL IS NOT NULL AND DTNEXTRUN <= SYSDATE))
AND MOD(LREPQUESEQ,OM_GET_CONF_INFO_FNC(:"SYS_B_2"))=:B1 ORDER BY NREPSTATCD

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        1      0.00       0.00          0          0          0           0
Execute      1      0.00       0.00          0          0          0           0
Fetch        1      6.34       6.63          0       1890          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        3      6.34       6.63          0       1890          0           0

Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 71  

Rows     Row Source Operation
-------  ---------------------------------------------------
      0  SORT ORDER BY 
      0   TABLE ACCESS BY INDEX ROWID OM_RUN_REPORT_QUEUE 
      0    INDEX FULL SCAN XPKOM_RUN_REPORT_QUEUE (object id 190547)


Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  SQL*Net message to client                       1        0.00          0.00
  SQL*Net message from client                     1      102.68        102.68
  library cache pin                               3        0.00          0.00
  row cache lock                                  2        0.00          0.00
  library cache lock                             26        0.00          0.00
********************************************************************************

SELECT P.SPID 
FROM
 v$PROCESS P,V$SESSION S WHERE P.ADDR=S.PADDR AND S.SID=(SELECT SID FROM 
  V$MYSTAT WHERE ROWNUM=:"SYS_B_0")


call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        1      0.02       0.03          3         13          0           0
Execute      1      0.00       0.00          0          0          0           0
Fetch        2      0.00       0.00          0          0          0           1
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        4      0.02       0.03          3         13          0           1

Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 71  

Rows     Row Source Operation
-------  ---------------------------------------------------
      1  FILTER  
    106   MERGE JOIN  
    106    SORT JOIN 
    106     FIXED TABLE FULL X$KSUSE 
    106    SORT JOIN 
    112     FIXED TABLE FULL X$KSUPR 
      1   COUNT  
      1    FILTER  
    280     FIXED TABLE FULL X$KSUMYSTA 
      1     FIXED TABLE FULL X$KSUSGIF 


Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  SQL*Net message to client                       2        0.00          0.00
  SQL*Net message from client                     2       76.16         76.16
********************************************************************************

alter session set events '10046 trace name context off'


call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        1      0.00       0.00          0          0          0           0
Execute      1      0.00       0.00          0          0          0           0
Fetch        0      0.00       0.00          0          0          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        2      0.00       0.00          0          0          0           0

Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 71  



********************************************************************************

OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        4      0.02       0.03          3         13          0           0
Execute      5      0.00       0.00          0          0          0           0
Fetch        4      7.41      11.93      12502      18039          0           1
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total       13      7.43      11.97      12505      18052          0           1

Misses in library cache during parse: 4
Misses in library cache during execute: 1

Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  SQL*Net message to client                       5        0.00          0.00
  SQL*Net message from client                     5      102.68        206.82
  library cache lock                             29        0.00          0.01
  global cache cr request                      2539        0.00          0.72
  db file sequential read                       101        0.00          0.07
  db file scattered read                        928        0.01          1.71
  db file parallel read                         494        0.02          2.26
  library cache pin                               3        0.00          0.00
  row cache lock                                  2        0.00          0.00


OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        5      0.00       0.00          0          0          0           0
Execute  77717      7.86       7.65          0          0          0           0
Fetch    77717      0.64       0.40          3     155435          0       77715
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total   155439      8.50       8.05          3     155435          0       77715

Misses in library cache during parse: 0

Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  global cache cr request                         2        0.00          0.00
  db file sequential read                         3        0.00          0.01
  latch free                                      7        0.00          0.00
  row cache lock                                  1        0.00          0.00

    6  user  SQL statements in session.
    5  internal SQL statements in session.
   11  SQL statements in session.
********************************************************************************
Trace file: /app/oracle/admin/PULSEDB/udump/pulsedb1_ora_5410.trc
Trace file compatibility: 9.02.00
Sort options: default

       1  session in tracefile.
       6  user  SQL statements in trace file.
       5  internal SQL statements in trace file.
      11  SQL statements in trace file.
       9  unique SQL statements in trace file.
  470569  lines in trace file.


