You are on page 1of 10

TKPROF: Release 11.2.0.4.

0 - Development on Thu Aug 14 07:03:29 2014


Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Trace file: trial8_ora_1489_INFORM_REPORTING.trc
Sort options: prsela exeela fchela
********************************************************************************
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
********************************************************************************
SQL ID: fcxzxpu0kdv9k Plan Hash: 0
Insert into PF_SESSION (USERID, BROWSERTYPE, SESSIONKEY, BROWSERLANGUAGE,
BROWSERCOLOR, CSRFID, USERLANGUAGEID, CREATIONSECONDS, IPADDRESS,
CREATIONDATETIME)
VALUES
(:1,:2,:3,:4,:5,:6,:7,:8,:9,:10)
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
1
0.00
0.01
0
1
14
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.01
0
1
14
1
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 LOAD TABLE CONVENTIONAL (cr=2 pr=0 pw=0 time=
1196 us)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------log file sync
1
0.00
0.00
SQL*Net message to client
1
0.00
0.00
SQL*Net message from client
1
0.00
0.00
********************************************************************************
SQL ID: 594ux2620fn1p Plan Hash: 2156645152
select *
from
(select MAIN.*, SUM(rowbytes) OVER () as TOTALBYTES FROM (select SITEID,

SITEMNEMONIC, SITENAME, (LENGTH(SITEMNEMONIC) + LENGTH(SITENAME)) as


rowbytes from DCV_SITE where SITEID in (select SITEID from RT_USER_SITES
where USERID=:1) ORDER BY SITEMNEMONIC) MAIN)
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
30
0.00
0.00
0
43
0
810
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
32
0.00
0.00
0
43
0
810
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------810
810
810 VIEW (cr=43 pr=0 pw=0 time=5792 us cost=14 si
ze=575 card=1)
810
810
810 WINDOW BUFFER (cr=43 pr=0 pw=0 time=5521 us c
ost=14 size=562 card=1)
810
810
810
VIEW (cr=43 pr=0 pw=0 time=4733 us cost=14
size=562 card=1)
810
810
810
FILTER (cr=43 pr=0 pw=0 time=4151 us)
810
810
810
SORT GROUP BY (cr=43 pr=0 pw=0 time=4034 u
s cost=14 size=93 card=1)
810
810
810
NESTED LOOPS (cr=43 pr=0 pw=0 time=4049
us cost=12 size=279 card=3)
810
810
810
NESTED LOOPS (cr=28 pr=0 pw=0 time=3237
us cost=9 size=228 card=3)
810
810
810
INDEX RANGE SCAN RT_USER_SITES_PK (cr=4
pr=0 pw=0 time=69 us cost=3 size=75 card=3)(object id 41871)
810
810
810
TABLE ACCESS BY INDEX ROWID PF_SITE (cr
=24 pr=0 pw=0 time=1862 us cost=2 size=51 card=1)
810
810
810
INDEX RANGE SCAN XPKPF_SITE (cr=15 pr=
0 pw=0 time=766 us cost=1 size=0 card=1)(object id 38901)
810
810
810
INDEX RANGE SCAN XPKPF_SITE (cr=15 pr=0
pw=0 time=647 us cost=1 size=17 card=1)(object id 38901)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
30
0.00
0.00
SQL*Net message from client
30
0.01
0.04
********************************************************************************
SQL ID: 76pd3g4hf64dw Plan Hash: 3866166042
select *
from
PF_EXECUTIONPLANQUEUE where EPInstanceID = (SELECT MIN(EPInstanceID) FROM
PF_ExecutionPlanQueue WHERE StartTime IS NULL AND FinishTime IS NULL AND
HandleLocally=1)

call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
40
0.00
0.00
0
0
0
0
Execute
40
0.00
0.00
0
120
0
0
Fetch
40
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
120
0.00
0.00
0
120
0
0
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID PF_EXECUTIONPLANQU
EUE (cr=3 pr=0 pw=0 time=72 us cost=2 size=568 card=1)
0
0
0 INDEX UNIQUE SCAN XPKPF_EXECUTIONPLANQUEUE (c
r=3 pr=0 pw=0 time=67 us cost=1 size=0 card=1)(object id 39000)
1
1
1
SORT AGGREGATE (cr=3 pr=0 pw=0 time=58 us)
0
0
0
INDEX RANGE SCAN PF_EXECUTIONPLANQ_ABHAY (c
r=3 pr=0 pw=0 time=45 us cost=39 size=376848 card=15702)(object id 39052)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
80
0.00
0.00
SQL*Net message from client
80
0.00
0.04
********************************************************************************
SQL ID: dtznrvyd3xv5m Plan Hash: 1211028472
DELETE FROM PF_Session
WHERE
SessionKey = :1
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
2
10
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.00
0
2
10
1
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 DELETE PF_SESSION (cr=5 pr=0 pw=0 time=1453 u
s)
1
1
1 TABLE ACCESS BY INDEX ROWID PF_SESSION (cr=2
pr=0 pw=0 time=13 us cost=0 size=202 card=1)

1
1
1
INDEX UNIQUE SCAN XPKPF_SESSION (cr=1 pr=0 p
w=0 time=4 us cost=0 size=0 card=1)(object id 39055)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------log file sync
1
0.00
0.00
SQL*Net message to client
1
0.00
0.00
SQL*Net message from client
1
0.00
0.00
********************************************************************************
SQL ID: 9uhzrmackjzaj Plan Hash: 1580030003
UPDATE PF_SESSION SET CreationDateTime = :1
WHERE
SESSIONKEY = :2
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
6
0.00
0.00
0
0
0
0
Execute
6
0.00
0.00
0
6
18
6
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
12
0.00
0.00
0
6
18
6
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 3
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 UPDATE PF_SESSION (cr=1 pr=0 pw=0 time=75 us)
1
1
1 INDEX UNIQUE SCAN XPKPF_SESSION (cr=1 pr=0 pw
=0 time=6 us cost=0 size=34 card=1)(object id 39055)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------log file sync
6
0.00
0.00
SQL*Net message to client
6
0.00
0.00
SQL*Net message from client
6
0.00
0.00
********************************************************************************
SQL ID: 78rsn55xk6prc Plan Hash: 0
SELECT USERID, BROWSERTYPE, SESSIONKEY, BROWSERLANGUAGE, BROWSERCOLOR, CSRFID,
USERLANGUAGEID, CREATIONSECONDS, IPADDRESS, CREATIONDATETIME
FROM
PF_SESSION
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0

Execute
0
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: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
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
0.00
0.00
********************************************************************************
SQL ID: fnhszfq93gm5u Plan Hash: 413390726
UPDATE PF_SESSION_HISTORY SET ENDDATETIME = CURRENT_TIMESTAMP
WHERE
USERID = :B4 AND IPADDRESS = :B3 AND CREATIONDATETIME = :B2 AND
CREATIONSECONDS = :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
3
0
0
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.00
0
3
0
0
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
(recursive depth: 1)
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max)
---------- ---------- -------------0
0
0
e=12 us)
0
0
0
=0 pw=0 time=12 us cost=2 size=36

Row Source Operation


---------------------------------------------UPDATE PF_SESSION_HISTORY (cr=3 pr=0 pw=0 tim
INDEX UNIQUE SCAN XPKPF_SESSION_HIST (cr=3 pr
card=1)(object id 38902)

********************************************************************************
SQL ID: cvq2bjzpq0fyt Plan Hash: 0
BEGIN
EXECUTE IMMEDIATE 'alter session set timed_statistics=TRUE';
EXECUTE IMMEDIATE 'alter session set max_dump_file_size=UNLIMITED';
EXECUTE immediate 'alter session set tracefile_identifier =
''INFORM_REPORTING''' ;
EXECUTE IMMEDIATE 'alter session set events
''10046 trace name context forever, level 12''';
END Logon_Olx_Trigger;

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
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
1
0.00
0.00
0
0
0
1
Misses in library cache during parse: 0
Optimizer mode: CHOOSE
Parsing user id: SYS (recursive depth: 1)
********************************************************************************
SQL ID: 9muawy0nbt7kg Plan Hash: 1922256481
select *
from
DCV_RECALC_FORMS
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
6
0.00
0.00
0
0
0
0
Execute
6
0.00
0.00
0
0
0
0
Fetch
6
0.00
0.00
0
36
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
18
0.00
0.00
0
36
0
0
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 SORT ORDER BY (cr=6 pr=0 pw=0 time=130 us cost
=5 size=50 card=1)
0
0
0 NESTED LOOPS (cr=6 pr=0 pw=0 time=109 us cos
t=4 size=50 card=1)
0
0
0
NESTED LOOPS (cr=6 pr=0 pw=0 time=107 us co
st=4 size=50 card=1)
1
1
1
INLIST ITERATOR (cr=3 pr=0 pw=0 time=64 us
)
1
1
1
TABLE ACCESS BY INDEX ROWID PF_SUBJECTVECH
APTERPAGE (cr=3 pr=0 pw=0 time=59 us cost=2 size=24 card=1)
1
1
1
INDEX RANGE SCAN XIE1PF_SUBJECTVECHAPTERP
AGE (cr=2 pr=0 pw=0 time=38 us cost=1 size=0 card=1)(object id 39195)
0
0
0
INDEX UNIQUE SCAN XPKPF_SUBJECTVECHAPTER_CU
R (cr=3 pr=0 pw=0 time=39 us cost=1 size=0 card=1)(object id 40694)
0
0
0
TABLE ACCESS BY INDEX ROWID PF_SUBJECTVECHAP
TER_CUR (cr=0 pr=0 pw=0 time=0 us cost=2 size=26 card=1)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
6
0.00
0.00

SQL*Net message from client


6
0.00
0.00
********************************************************************************
SQL ID: b08hgzsq0zaf5 Plan Hash: 0
SELECT CreationDateTime
FROM
PF_SESSION
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
6
0.00
0.00
0
0
0
0
Execute
0
0.00
0.00
0
0
0
0
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
6
0.00
0.00
0
0
0
0
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
6
0.00
0.00
SQL*Net message from client
6
0.00
0.00
********************************************************************************
SQL ID: 0n7sxr3hgcsd0 Plan Hash: 0
INSERT INTO PF_SESSION_HISTORY (USERID, IPADDRESS, CREATIONDATETIME,
CREATIONSECONDS )
VALUES
(:B1 , :B2 , :B3 , :B4 )
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
1
6
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.00
0
1
6
1
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 73
(recursive depth: 1)
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 LOAD TABLE CONVENTIONAL (cr=1 pr=0 pw=0 time=
115 us)
********************************************************************************
SQL ID: 1mc9kn56ugjzq Plan Hash: 415205717

SELECT VALUE
FROM
SYS.NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_CHARACTERSET'
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
2
0.00
0.00
0
3
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
4
0.00
0.00
0
3
0
1
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------1
1
1 TABLE ACCESS FULL PROPS$ (cr=3 pr=0 pw=0 time=
58 us cost=2 size=28 card=1)
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
0.00
0.00
********************************************************************************
SQL ID: grwydz59pu6mc Plan Hash: 3684871272
select text
from
view$ where rowid=:1
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.00
0.00
0
2
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
2
0
1
Misses in library cache during parse: 0
Optimizer mode: CHOOSE
Parsing user id: SYS (recursive depth: 1)
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------1
1
1 TABLE ACCESS BY USER ROWID VIEW$ (cr=1 pr=0 pw
=0 time=19 us cost=1 size=15 card=1)
********************************************************************************

SQL ID: 0ucq69srju2v1 Plan Hash: 415205717


SELECT VALUE
FROM
SYS.NLS_DATABASE_PARAMETERS WHERE PARAMETER = 'NLS_NCHAR_CHARACTERSET'
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
2
0.00
0.00
0
3
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
4
0.00
0.00
0
3
0
1
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 73
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------1
1
1 TABLE ACCESS FULL PROPS$ (cr=3 pr=0 pw=0 time=
16 us cost=2 size=28 card=1)
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
0.00
0.00

********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
64
0.00
0.00
0
0
0
0
Execute
57
0.00
0.01
0
129
42
8
Fetch
80
0.00
0.00
0
85
0
812
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
201
0.01
0.02
0
214
42
820
Misses in library cache during parse: 6
Misses in library cache during execute: 3
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
272
0.00
0.00
SQL*Net message from client
271
60.01
330.14
log file sync
8
0.00
0.00
OVERALL TOTALS FOR ALL 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
4
6
2
Fetch
1
0.00
0.00
0
2
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
8
0.00
0.00
0
6
6
3
Misses in library cache during parse: 2
Misses in library cache during execute: 2
16 user SQL statements in session.
2 internal SQL statements in session.
18 SQL statements in session.
********************************************************************************
Trace file: trial8_ora_1489_INFORM_REPORTING.trc
Trace file compatibility: 11.1.0.7
Sort options: prsela exeela fchela
1 session in tracefile.
16 user SQL statements in trace file.
2 internal SQL statements in trace file.
18 SQL statements in trace file.
14 unique SQL statements in trace file.
1228 lines in trace file.
330 elapsed seconds in trace file.

You might also like