
TKPROF: Release 9.2.0.6.0 - Production on Thu Dec 21 22:30:46 2006

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

Trace file: pulsedb1_ora_781.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
Optimizer goal: CHOOSE
Parsing user id: 37  

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

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      7.37       8.46        346        350          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        3      7.37       8.46        346        350          0           0

Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 37  

Rows     Row Source Operation
-------  ---------------------------------------------------
      0  TABLE ACCESS BY INDEX ROWID OM_RUN_REPORT_QUEUE 
      0   INDEX FULL SCAN OM_RUN_REPORT_QUEUE_IDX2 (object id 270149)


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                       294        0.03          0.19
  db file sequential read                       346        0.02          0.41
  SQL*Net message from client                     1        4.78          4.78
  KJC: Wait for msg sends to complete             1        0.00          0.00
********************************************************************************

SELECT STRPARAMVALUE 
FROM
 OM_CONFIGURATION WHERE NPARAMKEY = :B1 


call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        1      0.01       0.00          0          2          0           0
Execute  84768      8.68       8.71          0          0          0           0
Fetch    84768      0.66       0.51          0     169536          0       84768
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total   169537      9.35       9.22          0     169538          0       84768

Misses in library cache during parse: 1
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  ----------  ------------
  library cache lock                              2        0.00          0.00
********************************************************************************

SELECT /*+ INDEX(orrq OM_RUN_REPORT_QUEUE_IDX2) */ LREPQUESEQ, LREPSEQ, STRPARAMVAL, NTRYCOUNT, NREPSTATCD,
DTSUBMITTED, DTNEXTRUN, NINTERVAL, STRUSERID
FROM OM_RUN_REPORT_QUEUE orrq
WHERE DTSUBMITTED <= SYSDATE AND NREPSTATCD=:"SYS_B_0"
AND MOD(LREPQUESEQ,OM_GET_CONF_INFO_FNC(:"SYS_B_1"))=:B1
UNION ALL
SELECT /*+ INDEX(orrq OM_RUN_REPORT_QUEUE_IDX2) */ LREPQUESEQ, LREPSEQ, STRPARAMVAL, NTRYCOUNT, NREPSTATCD,
DTSUBMITTED, DTNEXTRUN, NINTERVAL, STRUSERID
FROM OM_RUN_REPORT_QUEUE orrq
WHERE DTSUBMITTED <= SYSDATE AND
NREPSTATCD=:"SYS_B_2" AND NINTERVAL > :"SYS_B_3" AND DTNEXTRUN <= SYSDATE
AND MOD(LREPQUESEQ,OM_GET_CONF_INFO_FNC(:"SYS_B_4"))=:B1 

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      0.09       0.08          0        700          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        3      0.09       0.08          0        700          0           0

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

Rows     Row Source Operation
-------  ---------------------------------------------------
      0  UNION-ALL  
      0   TABLE ACCESS BY INDEX ROWID OM_RUN_REPORT_QUEUE 
      0    INDEX FULL SCAN OM_RUN_REPORT_QUEUE_IDX2 (object id 270149)
      0   TABLE ACCESS BY INDEX ROWID OM_RUN_REPORT_QUEUE 
      0    INDEX FULL SCAN OM_RUN_REPORT_QUEUE_IDX2 (object id 270149)


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

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: 0
Optimizer goal: CHOOSE
Parsing user id: 37  



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

OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        3      0.00       0.00          0          0          0           0
Execute      4      0.00       0.00          0          0          0           0
Fetch        2      7.46       8.55        346       1050          0           0
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total        9      7.46       8.55        346       1050          0           0

Misses in library cache during parse: 1

Elapsed times include waiting on following events:
  Event waited on                             Times   Max. Wait  Total Waited
  ----------------------------------------   Waited  ----------  ------------
  SQL*Net message to client                       3        0.00          0.00
  SQL*Net message from client                     3        9.92         20.16
  library cache lock                              5        0.00          0.00
  global cache cr request                       294        0.03          0.19
  db file sequential read                       346        0.02          0.41
  KJC: Wait for msg sends to complete             1        0.00          0.00


OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS

call     count       cpu    elapsed       disk      query    current        rows
------- ------  -------- ---------- ---------- ---------- ----------  ----------
Parse        2      0.01       0.00          0          2          0           0
Execute  84769      8.68       8.71          0          0          0           0
Fetch    84769      0.66       0.51          0     169538          0       84769
------- ------  -------- ---------- ---------- ---------- ----------  ----------
total   169540      9.35       9.23          0     169540          0       84769

Misses in library cache during parse: 1

    5  user  SQL statements in session.
    1  internal SQL statements in session.
    6  SQL statements in session.
********************************************************************************
Trace file: pulsedb1_ora_781.trc
Trace file compatibility: 9.02.00
Sort options: default

       1  session in tracefile.
       5  user  SQL statements in trace file.
       1  internal SQL statements in trace file.
       6  SQL statements in trace file.
       6  unique SQL statements in trace file.
  509373  lines in trace file.


