You are on page 1of 4

TKPROF: Release 11.2.0.4.

0 - Development on Wed Sep 17 00:40:58 2014


Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Trace file: trial8_ora_6018_INFORM_VIEW_COMMENTS.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
********************************************************************************
SELECT
C.formid AS FORMID,
null AS SECTIONID,
null AS ITEMSETID,
(SELECT resourcestring FROM pf_resourcedata_cur WHERE resourceid=F.pagemnemonic
and languageid=:studylocale) AS FORMMNEMONIC,
(SELECT resourcestring FROM pf_resourcedata_cur WHERE resourceid=F.pagename and
languageid=:studylocale) AS FORMNAME,
null as SECTIONREFNAME
FROM
(
SELECT distinct
formid
FROM
rt_comment
WHERE
siteid IN (SELECT S1.siteid FROM rt_user_sites S1 WHERE S1.useri
d = :userid)
) C,
(
SELECT distinct
pageid,
pagemnemonic,
pagename
FROM
pf_page
) F
WHERE
C.formid = F.pageid
ORDER BY FORMNAME, FORMID
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 5 0.08 0.08 0 1369 0 54
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 7 0.08 0.08 0 1369 0 54
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 66
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- ----------------------------------------------
-----
41 41 41 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_CU
R (cr=86 pr=0 pw=0 time=113 us cost=2 size=30 card=1)
41 41 41 INDEX UNIQUE SCAN XPKPF_RESOURCEDATA_CUR (cr=
45 pr=0 pw=0 time=48 us cost=1 size=0 card=1)(object id 33690)
44 44 44 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_CU
R (cr=92 pr=0 pw=0 time=273 us cost=2 size=30 card=1)
44 44 44 INDEX UNIQUE SCAN XPKPF_RESOURCEDATA_CUR (cr=
48 pr=0 pw=0 time=115 us cost=1 size=0 card=1)(object id 33690)
54 54 54 SORT ORDER BY (cr=1369 pr=0 pw=0 time=80833 us
cost=411 size=972 card=27)
54 54 54 HASH JOIN (cr=1191 pr=0 pw=0 time=80286 us c
ost=410 size=972 card=27)
54 54 54 VIEW (cr=1188 pr=0 pw=0 time=79437 us cost=
406 size=270 card=54)
54 54 54 HASH UNIQUE (cr=1188 pr=0 pw=0 time=79436 u
s cost=406 size=1242 card=54)
89562 89562 89562 HASH JOIN (cr=1188 pr=0 pw=0 time=76506 u
s cost=404 size=250309 card=10883)
918 918 918 INDEX RANGE SCAN RT_USER_SITES_PK (cr=3 p
r=0 pw=0 time=300 us cost=2 size=1164 card=97)(object id 34082)
89612 89612 89612 TABLE ACCESS FULL RT_COMMENT (cr=1185 pr=
0 pw=0 time=45318 us cost=401 size=985732 card=89612)
139 139 139 VIEW (cr=3 pr=0 pw=0 time=532 us cost=4 siz
e=8494 card=274)
139 139 139 HASH UNIQUE (cr=3 pr=0 pw=0 time=531 us cos
t=4 size=4658 card=274)
274 274 274 TABLE ACCESS FULL PF_PAGE (cr=3 pr=0 pw=0
time=32 us cost=3 size=4658 card=274)
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 0.00 0.00
********************************************************************************
SQL ID: b81xr3ntp943n 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_VIEW_COMMENTS''' ;
EXECUTE IMMEDIATE 'alter session set events
''10046 trace name context forever, level 12''';
END
Logon_Inform_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: csud46x3hpvbj Plan Hash: 415205717
SELECT PARAMETER, VALUE
FROM
SYS.NLS_DATABASE_PARAMETERS WHERE PARAMETER IN ('NLS_CHARACTERSET',
'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 1 0.00 0.00 0 2 0 2
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 0.00 0.00 0 2 0 2
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 66
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- ----------------------------------------------
-----
2 2 2 TABLE ACCESS FULL PROPS$ (cr=2 pr=0 pw=0 time=
63 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 1 0.00 0.00
SQL*Net message from client 1 0.00 0.00
********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
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 6 0.08 0.08 0 1371 0 56
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 10 0.08 0.08 0 1371 0 56
Misses in library cache during parse: 0
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 8 0.00 0.00
SQL*Net message from client 8 355.28 355.29
OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
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
2 user SQL statements in session.
1 internal SQL statements in session.
3 SQL statements in session.
********************************************************************************
Trace file: trial8_ora_6018_INFORM_VIEW_COMMENTS.trc
Trace file compatibility: 11.1.0.7
Sort options: prsela exeela fchela
1 session in tracefile.
2 user SQL statements in trace file.
1 internal SQL statements in trace file.
3 SQL statements in trace file.
3 unique SQL statements in trace file.
132 lines in trace file.
355 elapsed seconds in trace file.

You might also like