
TKPROF: Release 9.2.0.6.0 - Production on Thu Dec 21 21:50:53 2006

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

Trace file: 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      2      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: 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                       2        0.00          0.00
  SQL*Net message from client                     2       22.04         40.74
  library cache lock                              4        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        2      0.00       0.00          0          0          0           0
Execute      2      0.01       0.00          0          0          0           0
Fetch        2      2.03      13.95      26103      32284          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        6      2.04      13.96      26103      32284          0           0

Misses in library cache during parse: 2
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                       2        0.00          0.00
  global cache cr request                      4298        0.01          1.29
  db file sequential read                       108        0.01          0.09
  db file scattered read                       1543        0.04          5.91
  db file parallel read                         921        0.05          5.59
  SQL*Net message from client                     2       23.15         32.43
  library cache lock                              2        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 162969     16.76      16.51          0          0          0           0
Fetch   162969      1.22       0.83          0     325938          0      162969
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total   325938     17.98      17.34          0     325938          0      162969

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        2      0.00       0.00          0          0          0           0
Execute      2      0.00       0.00          0          0          0           0
Fetch        2     14.26      14.33          0       3783          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        6     14.26      14.33          0       3783          0           0

Misses in library cache during parse: 2
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                       2        0.00          0.00
  SQL*Net message from client                     2      363.09        465.77
  library cache pin                               3        0.00          0.00
  row cache lock                                  2        0.00          0.00
  library cache lock                             37        0.00          0.01
********************************************************************************

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  
********************************************************************************

select sid 
from
 v$mystat where rownum=:"SYS_B_0"


call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        1      0.01       0.00          1          2          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.01       0.00          1          2          0           1

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

Rows     Row Source Operation
-------  ---------------------------------------------------
      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      113.83        113.83
********************************************************************************

alter session set events '10047 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  

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



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

OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        8      0.03       0.05          4         15          0           0
Execute     10      0.01       0.00          0          0          0           0
Fetch        8     16.29      28.29      26103      36067          0           2
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total       26     16.33      28.34      26107      36082          0           2

Misses in library cache during parse: 8
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                      11        0.00          0.00
  SQL*Net message from client                    10      363.09        728.95
  library cache lock                             43        0.00          0.01
  global cache cr request                      4298        0.01          1.29
  db file sequential read                       108        0.01          0.09
  db file scattered read                       1543        0.04          5.91
  db file parallel read                         921        0.05          5.59
  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        6      0.00       0.00          0          0          0           0
Execute 162976     16.76      16.51          0          0          0           0
Fetch   162976      1.22       0.84          4     325953          0      162974
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total   325958     17.98      17.36          4     325953          0      162974

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                         4        0.00          0.01
  latch free                                      7        0.00          0.00
  row cache lock                                  1        0.00          0.00

   11  user  SQL statements in session.
    6  internal SQL statements in session.
   17  SQL statements in session.
********************************************************************************
Trace file: pulsedb1_ora_5410.trc
Trace file compatibility: 9.02.00
Sort options: default

       1  session in tracefile.
      11  user  SQL statements in trace file.
       6  internal SQL statements in trace file.
      17  SQL statements in trace file.
      11  unique SQL statements in trace file.
  985045  lines in trace file.


