You are on page 1of 28

TKPROF: Release 11.2.0.4.

0 - Development on Wed Sep 24 23:36:30 2014


Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Trace file: trial9_ora_7611_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 formid, formname, formmnemonic, tablename, dv_columnname as columnname,
sectionid,
itemid,
childitemid,
dv_columntype as dvcolumntype,
columndbtype as dbtype,
controlid,
sectionorder,
itemorder,
childitemorder,
trim(columnlabel) as columnlabel, RDECOLUMNNAME
from (select v.*, t.rd_columnname as RDECOLUMNNAME
from (select * from dv_md_datadictionary union all select * from di_md_datadicti
onary) v, rd_datadictionary t
where
v.TABLENAME = t.tablename(+) and
v.COLUMNNAME = t.columnname(+) and
v.columntype = t.columntype(+))
where dv_columntype < 0 OR dv_columntype = 24 OR dv_columntype between 1 and 17
OR
dv_columntype = 36
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.04
0.04
0
0
0
0
Execute
1
0.00
0.00
0
0
0
0
Fetch
460
0.16
0.62
429
1981
0
3233
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
462
0.20
0.66
429
1981
0
3233
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------3233
3233
3233 HASH JOIN OUTER (cr=1981 pr=429 pw=0 time=4905
82 us cost=574 size=166998 card=39)
3233
3233
3233 VIEW (cr=1364 pr=244 pw=0 time=465433 us cos
t=510 size=165126 card=39)

3233

3233

3233

UNION-ALL (cr=1364 pr=244 pw=0 time=464561

us)
2433
2433
2433
VIEW DV_MD_DATADICTIONARY (cr=744 pr=244 p
w=0 time=462119 us cost=255 size=152424 card=36)
2433
2433
2433
SORT ORDER BY (cr=744 pr=244 pw=0 time=461
266 us cost=255 size=22356 card=36)
2433
2433
2433
UNION-ALL (cr=744 pr=244 pw=0 time=33515
4 us)
2021
2021
2021
HASH JOIN (cr=248 pr=244 pw=0 time=3274
50 us cost=85 size=20493 card=33)
3974
3974
3974
TABLE ACCESS FULL RT_MD_VIEWDICTIONARY
(cr=124 pr=122 pw=0 time=107743 us cost=42 size=112640 card=2816)
2751
2751
2751
TABLE ACCESS FULL RT_MD_DATADICTIONARY
(cr=124 pr=122 pw=0 time=33418 us cost=42 size=1598331 card=2751)
400
400
400
HASH JOIN (cr=248 pr=0 pw=0 time=4255 u
s cost=85 size=1242 card=2)
400
400
400
TABLE ACCESS FULL RT_MD_VIEWDICTIONARY
(cr=124 pr=0 pw=0 time=1115 us cost=42 size=5680 card=142)
400
400
400
TABLE ACCESS FULL RT_MD_DATADICTIONARY
(cr=124 pr=0 pw=0 time=662 us cost=42 size=99932 card=172)
12
12
12
HASH JOIN (cr=248 pr=0 pw=0 time=1326 u
s cost=85 size=621 card=1)
12
12
12
TABLE ACCESS FULL RT_MD_VIEWDICTIONARY
(cr=124 pr=0 pw=0 time=486 us cost=42 size=160 card=4)
12
12
12
TABLE ACCESS FULL RT_MD_DATADICTIONARY
(cr=124 pr=0 pw=0 time=79 us cost=42 size=99932 card=172)
800
800
800
VIEW DI_MD_DATADICTIONARY (cr=620 pr=0 pw=
0 time=6492 us cost=255 size=12702 card=3)
800
800
800
SORT ORDER BY (cr=620 pr=0 pw=0 time=6375
us cost=255 size=1863 card=3)
800
800
800
UNION-ALL (cr=620 pr=0 pw=0 time=4233 us
)
0
0
0
HASH JOIN (cr=124 pr=0 pw=0 time=1017 u
s cost=85 size=621 card=1)
0
0
0
TABLE ACCESS FULL RT_MD_VIEWDICTIONARY
(cr=124 pr=0 pw=0 time=948 us cost=42 size=40 card=1)
0
0
0
TABLE ACCESS FULL RT_MD_DATADICTIONARY
(cr=0 pr=0 pw=0 time=0 us cost=42 size=49966 card=86)
400
400
400
HASH JOIN (cr=248 pr=0 pw=0 time=1867 u
s cost=85 size=621 card=1)
400
400
400
TABLE ACCESS FULL RT_MD_VIEWDICTIONARY
(cr=124 pr=0 pw=0 time=399 us cost=42 size=960 card=24)
400
400
400
TABLE ACCESS FULL RT_MD_DATADICTIONARY
(cr=124 pr=0 pw=0 time=404 us cost=42 size=99932 card=172)
400
400
400
HASH JOIN (cr=248 pr=0 pw=0 time=1635 u
s cost=85 size=621 card=1)
400
400
400
TABLE ACCESS FULL RT_MD_VIEWDICTIONARY
(cr=124 pr=0 pw=0 time=260 us cost=42 size=960 card=24)
400
400
400
TABLE ACCESS FULL RT_MD_DATADICTIONARY
(cr=124 pr=0 pw=0 time=402 us cost=42 size=99932 card=172)
3491
3491
3491 TABLE ACCESS FULL RD_DATADICTIONARY (cr=617 p
r=185 pw=0 time=9775 us cost=65 size=167568 card=3491)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
460
0.00
0.00
Disk file operations I/O
4
0.00
0.01
db file sequential read
3
0.02
0.03

db file scattered read


61
0.03
0.43
SQL*Net message from client
460
0.00
0.22
********************************************************************************
SQL ID: 2j3afg3gfm9hn Plan Hash: 1565298984
select l.languagename , r.resourcestring
from
pf_resourcedata_cur r, pf_language l, (select e.elementlabel from pf_element
e, (select ec.elementid from pf_control c, pf_elementcontrol ec where
controlrefname = 'QUERYTEXTPULLDOWNCTL' and c.controlid = ec.controlid) a
where a.elementid = e.elementid) b where r.resourceid = b.elementlabel and
r.languageid = l.languageid
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.04
9
37
0
8
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.01
0.04
9
37
0
8
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------8
8
8 NESTED LOOPS (cr=37 pr=9 pw=0 time=98809 us c
ost=7 size=81 card=1)
8
8
8 NESTED LOOPS (cr=29 pr=9 pw=0 time=98753 us
cost=7 size=81 card=1)
8
8
8
NESTED LOOPS (cr=25 pr=9 pw=0 time=98669 us
cost=6 size=70 card=1)
4
4
4
NESTED LOOPS (cr=11 pr=4 pw=0 time=23010 u
s cost=4 size=40 card=1)
4
4
4
NESTED LOOPS (cr=5 pr=4 pw=0 time=22928 u
s cost=3 size=30 card=1)
1
1
1
TABLE ACCESS BY INDEX ROWID PF_CONTROL (c
r=3 pr=2 pw=0 time=12748 us cost=2 size=20 card=1)
1
1
1
INDEX RANGE SCAN XIE1PF_CONTROL (cr=2 pr
=2 pw=0 time=12702 us cost=1 size=0 card=1)(object id 17162)
4
4
4
INDEX RANGE SCAN XPKPF_ELEMENTCONTROL (cr
=2 pr=2 pw=0 time=10181 us cost=1 size=10 card=1)(object id 17184)
4
4
4
TABLE ACCESS BY INDEX ROWID PF_ELEMENT (cr
=6 pr=0 pw=0 time=61 us cost=1 size=10 card=1)
4
4
4
INDEX UNIQUE SCAN XPKPF_ELEMENT (cr=2 pr=
0 pw=0 time=36 us cost=0 size=0 card=1)(object id 17182)
8
8
8
TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA
_CUR (cr=14 pr=5 pw=0 time=18645 us cost=2 size=30 card=1)
8
8
8
INDEX RANGE SCAN XAK12PF_RESOURCEDATA_CUR
(cr=6 pr=2 pw=0 time=4619 us cost=1 size=0 card=1)(object id 17436)
8
8
8
INDEX UNIQUE SCAN XPKPF_LANGUAGE (cr=4 pr=0
pw=0 time=41 us cost=0 size=0 card=1)(object id 17229)
8
8
8 TABLE ACCESS BY INDEX ROWID PF_LANGUAGE (cr=8
pr=0 pw=0 time=21 us cost=1 size=11 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
db file sequential read
9
0.00
0.03
Disk file operations I/O
1
0.00
0.00
SQL*Net message from client
1
0.00
0.00
********************************************************************************
SQL ID: 96g93hntrzjtr Plan Hash: 2239883476
select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, timestamp#,
sample_size, minimum, maximum, distcnt, lowval, hival, density, col#,
spare1, spare2, avgcln
from
hist_head$ where obj#=:1 and intcol#=:2
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
114
0.01
0.01
0
0
0
0
Fetch
114
0.00
0.03
8
342
0
114
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
229
0.01
0.04
8
342
0
114
Misses in library cache during parse: 0
Optimizer mode: RULE
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 INDEX ROWID HIST_HEAD$ (cr=3 p
r=0 pw=0 time=71 us)
1
1
1 INDEX RANGE SCAN I_HH_OBJ#_INTCOL# (cr=2 pr=0
pw=0 time=51 us)(object id 450)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
8
0.00
0.02
********************************************************************************
SQL ID: 8qcvwym4tbcjz Plan Hash: 505995895
SELECT r.resourcestring , r.languageid , NDVALUE , NDLABELRESOURCEID
FROM
RT_NOTDONE_CONTROL nd , pf_RESOURCEDATA_cur r where r.resourceid =
nd.ndlabelresourceid
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.03
11
16
0
6

------- ------ -------- ---------- ---------- ---------- ---------- ---------total


3
0.00
0.03
11
16
0
6
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------6
6
6 NESTED LOOPS (cr=16 pr=11 pw=0 time=55179 us
cost=9 size=184 card=4)
6
6
6 NESTED LOOPS (cr=11 pr=7 pw=0 time=18688 us
cost=9 size=184 card=4)
3
3
3
TABLE ACCESS FULL RT_NOTDONE_CONTROL (cr=6 p
r=6 pw=0 time=18670 us cost=3 size=48 card=3)
6
6
6
INDEX RANGE SCAN XAK12PF_RESOURCEDATA_CUR (c
r=5 pr=1 pw=0 time=223 us cost=1 size=0 card=1)(object id 17436)
6
6
6 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_C
UR (cr=5 pr=4 pw=0 time=17406 us cost=2 size=30 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
db file sequential read
6
0.00
0.02
db file scattered read
1
0.01
0.01
SQL*Net message from client
1
0.00
0.00
********************************************************************************
SQL ID: 19p0z37w6papb Plan Hash: 363682905
select view_name
from
all_views where lower(view_name)='dv_md_datadictionary'
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.01
0.02
0
0
0
0
Execute
1
0.00
0.00
0
0
0
0
Fetch
1
0.01
0.01
34
88
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.03
0.03
34
88
0
1
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------1
1
1 FILTER (cr=88 pr=34 pw=0 time=13257 us)
1
1
1 NESTED LOOPS (cr=88 pr=34 pw=0 time=13253 us
cost=30 size=10269 card=163)
1
1
1
HASH JOIN (cr=86 pr=33 pw=0 time=13193 us c
ost=30 size=9454 card=163)

1
1
1
HASH JOIN (cr=85 pr=33 pw=0 time=12988 us
cost=29 size=8965 card=163)
38
38
38
INDEX FULL SCAN I_USER2 (cr=1 pr=0 pw=0 ti
me=51 us cost=1 size=798 card=38)(object id 47)
1
1
1
INDEX FAST FULL SCAN I_OBJ2 (cr=84 pr=33 p
w=0 time=12304 us cost=27 size=5542 card=163)(object id 37)
38
38
38
INDEX FULL SCAN I_USER2 (cr=1 pr=0 pw=0 tim
e=6 us cost=1 size=114 card=38)(object id 47)
1
1
1
INDEX UNIQUE SCAN I_VIEW1 (cr=2 pr=1 pw=0 ti
me=57 us cost=0 size=5 card=1)(object id 75)
0
0
0 NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=
2 size=21 card=1)
0
0
0
INDEX RANGE SCAN I_OBJAUTH1 (cr=0 pr=0 pw=0
time=0 us cost=2 size=8 card=1)(object id 62)
0
0
0
FIXED TABLE FULL X$KZSRO (cr=0 pr=0 pw=0 tim
e=0 us cost=0 size=13 card=1)
0
0
0 FIXED TABLE FULL X$KZSPR (cr=0 pr=0 pw=0 time
=0 us cost=0 size=26 card=1)
0
0
0 NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=
2 size=28 card=1)
0
0
0
INDEX FULL SCAN I_USER2 (cr=0 pr=0 pw=0 time
=0 us cost=1 size=19 card=1)(object id 47)
0
0
0
INDEX RANGE SCAN I_OBJ4 (cr=0 pr=0 pw=0 time
=0 us cost=1 size=9 card=1)(object id 39)
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
db file scattered read
9
0.00
0.00
db file sequential read
4
0.00
0.00
Disk file operations I/O
1
0.00
0.00
SQL*Net message from client
1
0.00
0.00
********************************************************************************
SQL ID: 83taa7kaw59c1 Plan Hash: 3765558045
select name,intcol#,segcol#,type#,length,nvl(precision#,0),decode(type#,2,
nvl(scale,-127/*MAXSB1MINAL*/),178,scale,179,scale,180,scale,181,scale,182,
scale,183,scale,231,scale,0),null$,fixedstorage,nvl(deflength,0),default$,
rowid,col#,property, nvl(charsetid,0),nvl(charsetform,0),spare1,spare2,
nvl(spare3,0)
from
col$ where obj#=:1 order by intcol#
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
8
0.00
0.00
0
0
0
0
Fetch
387
0.00
0.02
5
30
0
379
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
396
0.00
0.02
5
30
0
379
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


---------- ---------- ---------- -------------------------------------------------13
13
13 SORT ORDER BY (cr=3 pr=1 pw=0 time=199 us cost
=3 size=885 card=15)
13
13
13 TABLE ACCESS CLUSTER COL$ (cr=3 pr=1 pw=0 tim
e=153 us cost=2 size=885 card=15)
1
1
1
INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 tim
e=43 us cost=1 size=0 card=1)(object id 3)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
5
0.01
0.02
********************************************************************************
SQL ID: 7ng34ruy5awxq Plan Hash: 2542797530
select i.obj#,i.ts#,i.file#,i.block#,i.intcols,i.type#,i.flags,i.property,
i.pctfree$,i.initrans,i.maxtrans,i.blevel,i.leafcnt,i.distkey,i.lblkkey,
i.dblkkey,i.clufac,i.cols,i.analyzetime,i.samplesize,i.dataobj#,
nvl(i.degree,1),nvl(i.instances,1),i.rowcnt,mod(i.pctthres$,256),
i.indmethod#,i.trunccnt,nvl(c.unicols,0),nvl(c.deferrable#+c.valid#,0),
nvl(i.spare1,i.intcols),i.spare4,i.spare2,i.spare6,decode(i.pctthres$,null,
null,mod(trunc(i.pctthres$/256),256)),ist.cachedblk,ist.cachehit,
ist.logicalread
from
ind$ i, ind_stats$ ist, (select enabled, min(cols) unicols,
min(to_number(bitand(defer,1))) deferrable#,min(to_number(bitand(defer,4)))
valid# from cdef$ where obj#=:1 and enabled > 1 group by enabled) c where
i.obj#=c.enabled(+) and i.obj# = ist.obj#(+) and i.bo#=:1 order by i.obj#
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
5
0.00
0.00
0
0
0
0
Fetch
11
0.00
0.02
4
39
0
6
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
17
0.00
0.02
4
39
0
6
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 SORT ORDER BY (cr=8 pr=0 pw=0 time=377 us cost
=7 size=370 card=2)
1
1
1 HASH JOIN OUTER (cr=8 pr=0 pw=0 time=348 us c
ost=6 size=370 card=2)
1
1
1
NESTED LOOPS OUTER (cr=5 pr=0 pw=0 time=48 u
s cost=2 size=284 card=2)
1
1
1
TABLE ACCESS CLUSTER IND$ (cr=4 pr=0 pw=0 t
ime=26 us cost=2 size=180 card=2)
1
1
1
INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 t
ime=7 us cost=1 size=0 card=1)(object id 3)

0
0
0
TABLE ACCESS BY INDEX ROWID IND_STATS$ (cr=
1 pr=0 pw=0 time=18 us cost=0 size=52 card=1)
0
0
0
INDEX UNIQUE SCAN I_IND_STATS$_OBJ# (cr=1
pr=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 456)
0
0
0
VIEW (cr=3 pr=0 pw=0 time=98 us cost=3 size
=43 card=1)
0
0
0
SORT GROUP BY (cr=3 pr=0 pw=0 time=94 us co
st=3 size=15 card=1)
0
0
0
TABLE ACCESS CLUSTER CDEF$ (cr=3 pr=0 pw=0
time=63 us cost=2 size=15 card=1)
1
1
1
INDEX UNIQUE SCAN I_COBJ# (cr=2 pr=0 pw=0
time=32 us cost=1 size=0 card=1)(object id 30)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
4
0.00
0.02
********************************************************************************
SQL ID: db78fxqxwxt7r Plan Hash: 3312420081
select /*+ rule */ bucket, endpoint, col#, epvalue
from
histgrm$ where obj#=:1 and intcol#=:2 and row#=:3 order by bucket
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
63
0.00
0.00
0
0
0
0
Fetch
63
0.01
0.01
13
189
0
1099
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
127
0.02
0.01
13
189
0
1099
Misses in library cache during parse: 0
Optimizer mode: RULE
Parsing user id: SYS (recursive depth: 1)
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------4
4
4 SORT ORDER BY (cr=3 pr=1 pw=0 time=5823 us cos
t=0 size=0 card=0)
4
4
4 TABLE ACCESS CLUSTER HISTGRM$ (cr=3 pr=1 pw=0
time=5783 us)
1
1
1
INDEX UNIQUE SCAN I_OBJ#_INTCOL# (cr=2 pr=0
pw=0 time=42 us)(object id 445)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------Disk file operations I/O
1
0.00
0.00
db file sequential read
13
0.00
0.00
********************************************************************************
SQL ID: 64rpy3w1ajjnv Plan Hash: 2190848006

select l.languagename , e.numvalue , r.resourcestring


FROM
pf_element e , pf_resourcedata_cur r , pf_language l WHERE
(e.elementrefname = 'QUERYACTION_CREATECANDIDATE' OR e.elementrefname =
'QUERYACTION_CREATEOPEN' ) and e.elementlabel = r.resourceid and
r.languageid = l.languageid ORDER by e.elementrefname desc, l.languageid
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.01
4
19
0
4
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.01
4
19
0
4
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------4
4
4 SORT ORDER BY (cr=19 pr=4 pw=0 time=15206 us c
ost=11 size=189 card=3)
4
4
4 NESTED LOOPS (cr=19 pr=4 pw=0 time=15156 us
cost=10 size=189 card=3)
4
4
4
NESTED LOOPS (cr=15 pr=4 pw=0 time=15142 us
cost=10 size=189 card=3)
4
4
4
NESTED LOOPS (cr=13 pr=4 pw=0 time=15117 u
s cost=7 size=156 card=3)
2
2
2
INLIST ITERATOR (cr=5 pr=2 pw=0 time=1117
5 us)
2
2
2
TABLE ACCESS BY INDEX ROWID PF_ELEMENT (c
r=5 pr=2 pw=0 time=11171 us cost=3 size=44 card=2)
2
2
2
INDEX UNIQUE SCAN XAK1PF_ELEMENT (cr=4 p
r=2 pw=0 time=11158 us cost=2 size=0 card=2)(object id 17183)
4
4
4
TABLE ACCESS BY INDEX ROWID PF_RESOURCEDAT
A_CUR (cr=8 pr=2 pw=0 time=3946 us cost=2 size=30 card=1)
4
4
4
INDEX RANGE SCAN XAK12PF_RESOURCEDATA_CUR
(cr=4 pr=1 pw=0 time=206 us cost=1 size=0 card=1)(object id 17436)
4
4
4
INDEX UNIQUE SCAN XPKPF_LANGUAGE (cr=2 pr=0
pw=0 time=16 us cost=0 size=0 card=1)(object id 17229)
4
4
4
TABLE ACCESS BY INDEX ROWID PF_LANGUAGE (cr=
4 pr=0 pw=0 time=8 us cost=1 size=11 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
db file sequential read
4
0.00
0.01
SQL*Net message from client
1
0.00
0.00
********************************************************************************
SQL ID: g3wrkmxkxzhf2 Plan Hash: 749386351
select cols,audit$,textlength,intcols,property,flags,rowid
from

view$ where obj#=:1


call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
2
0.00
0.00
0
0
0
0
Fetch
2
0.00
0.01
2
6
0
2
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
5
0.00
0.01
2
6
0
2
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 INDEX ROWID VIEW$ (cr=3 pr=1 p
w=0 time=11596 us cost=2 size=57 card=1)
1
1
1 INDEX UNIQUE SCAN I_VIEW1 (cr=2 pr=0 pw=0 tim
e=8 us cost=1 size=0 card=1)(object id 75)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
2
0.01
0.01
********************************************************************************
SQL ID: 3ktacv9r56b51 Plan Hash: 4184428695
select owner#,name,namespace,remoteowner,linkname,p_timestamp,p_obj#,
nvl(property,0),subname,type#,d_attrs
from
dependency$ d, obj$ o where d_obj#=:1 and p_obj#=obj#(+) order by order#
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
3
0.00
0.00
0
0
0
0
Execute
3
0.00
0.00
0
0
0
0
Fetch
8
0.00
0.01
5
22
0
5
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
14
0.00
0.01
5
22
0
5
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 SORT ORDER BY (cr=6 pr=2 pw=0 time=284 us cost
=10 size=321 card=3)
1
1
1 NESTED LOOPS OUTER (cr=6 pr=2 pw=0 time=258 u
s cost=9 size=321 card=3)
1
1
1
TABLE ACCESS BY INDEX ROWID DEPENDENCY$ (cr=

3 pr=2 pw=0 time=202 us cost=3 size=90 card=3)


1
1
1
INDEX RANGE SCAN I_DEPENDENCY1 (cr=2 pr=1 p
w=0 time=117 us cost=2 size=0 card=3)(object id 106)
1
1
1
TABLE ACCESS BY INDEX ROWID OBJ$ (cr=3 pr=0
pw=0 time=48 us cost=2 size=77 card=1)
1
1
1
INDEX RANGE SCAN I_OBJ1 (cr=2 pr=0 pw=0 tim
e=42 us cost=1 size=0 card=1)(object id 36)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
5
0.00
0.01
********************************************************************************
SQL ID: 1gu8t96d0bdmu Plan Hash: 2035254952
select t.ts#,t.file#,t.block#,nvl(t.bobj#,0),nvl(t.tab#,0),t.intcols,
nvl(t.clucols,0),t.audit$,t.flags,t.pctfree$,t.pctused$,t.initrans,
t.maxtrans,t.rowcnt,t.blkcnt,t.empcnt,t.avgspc,t.chncnt,t.avgrln,
t.analyzetime,t.samplesize,t.cols,t.property,nvl(t.degree,1),
nvl(t.instances,1),t.avgspc_flb,t.flbcnt,t.kernelcols,nvl(t.trigflag, 0),
nvl(t.spare1,0),nvl(t.spare2,0),t.spare4,t.spare6,ts.cachedblk,ts.cachehit,
ts.logicalread
from
tab$ t, tab_stats$ ts where t.obj#= :1 and t.obj# = ts.obj# (+)
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
4
0.00
0.00
0
0
0
0
Fetch
4
0.00
0.00
5
19
0
4
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
9
0.00
0.01
5
19
0
4
Misses in library cache during parse: 1
Misses in library cache during execute: 1
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 MERGE JOIN OUTER (cr=5 pr=0 pw=0 time=101 us c
ost=2 size=189 card=1)
1
1
1 TABLE ACCESS CLUSTER TAB$ (cr=4 pr=0 pw=0 tim
e=68 us cost=2 size=137 card=1)
1
1
1
INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 tim
e=22 us cost=1 size=0 card=1)(object id 3)
0
0
0 BUFFER SORT (cr=1 pr=0 pw=0 time=27 us cost=0
size=52 card=1)
0
0
0
TABLE ACCESS BY INDEX ROWID TAB_STATS$ (cr=1
pr=0 pw=0 time=18 us cost=0 size=52 card=1)
0
0
0
INDEX UNIQUE SCAN I_TAB_STATS$_OBJ# (cr=1 p
r=0 pw=0 time=16 us cost=0 size=0 card=1)(object id 454)
Elapsed times include waiting on following events:

Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
5
0.00
0.00
********************************************************************************
SQL ID: 8swypbbr0m372 Plan Hash: 893970548
select order#,columns,types
from
access$ where d_obj#=:1
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
3
0.00
0.00
0
0
0
0
Execute
3
0.00
0.00
0
0
0
0
Fetch
7
0.00
0.00
3
14
0
4
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
13
0.00
0.00
3
14
0
4
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
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID ACCESS$ (cr=2 pr=0
pw=0 time=50 us cost=3 size=176 card=4)
0
0
0 INDEX RANGE SCAN I_ACCESS1 (cr=2 pr=0 pw=0 ti
me=48 us cost=2 size=0 card=4)(object id 108)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
3
0.00
0.00
********************************************************************************
SELECT t.state AS STATE , t.activated AS ACTIVATED , t.stage AS STAGE , PF_LANGU
AGE.LANGUAGEID AS LANGUAGEID , PF_LANGUAGE.LANGUAGENAME AS LANGUAGENAME , (selec
t resourcestring from pf_resourcedata_cur where resourceid=t.statelabelresourcei
d and languageid=PF_LANGUAGE.LANGUAGEID) AS STATELABEL , (select resourcestring
from pf_resourcedata_cur where resourceid=t.statemnemonicresourceid and language
id=PF_LANGUAGE.LANGUAGEID) AS STATEMNEMONIC , (select resourcestring from pf_res
ourcedata_cur where resourceid=t.stagelabelresourceid and languageid=PF_LANGUAGE
.LANGUAGEID) AS STAGELABEL , (select resourcestring from pf_resourcedata_cur whe
re resourceid=t.stagemnemonicresourceid and languageid=PF_LANGUAGE.LANGUAGEID) A
S STAGEMNEMONIC FROM pf_reviewstatesandstages t , PF_LANGUAGE WHERE
t.staterevisionnumber =
(
SELECT max (staterevisionnumber)
FROM pf_reviewstatesandstages p
WHERE t.stateid = p.stateid
)
ORDER BY LANGUAGEID, STATE, STAGE
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
3
0.00
0.00
4
162
0
30
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
5
0.00
0.00
4
162
0
30
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------10
10
10 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_CU
R (cr=19 pr=0 pw=0 time=42 us cost=2 size=30 card=1)
10
10
10 INDEX UNIQUE SCAN XPKPF_RESOURCEDATA_CUR (cr=
9 pr=0 pw=0 time=25 us cost=1 size=0 card=1)(object id 17434)
10
10
10 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_CU
R (cr=19 pr=0 pw=0 time=52 us cost=2 size=30 card=1)
10
10
10 INDEX UNIQUE SCAN XPKPF_RESOURCEDATA_CUR (cr=
9 pr=0 pw=0 time=35 us cost=1 size=0 card=1)(object id 17434)
30
30
30 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_CU
R (cr=55 pr=4 pw=0 time=839 us cost=2 size=30 card=1)
30
30
30 INDEX UNIQUE SCAN XPKPF_RESOURCEDATA_CUR (cr=
25 pr=3 pw=0 time=628 us cost=1 size=0 card=1)(object id 17434)
30
30
30 TABLE ACCESS BY INDEX ROWID PF_RESOURCEDATA_CU
R (cr=55 pr=0 pw=0 time=122 us cost=2 size=30 card=1)
30
30
30 INDEX UNIQUE SCAN XPKPF_RESOURCEDATA_CUR (cr=
25 pr=0 pw=0 time=72 us cost=1 size=0 card=1)(object id 17434)
30
30
30 SORT ORDER BY (cr=162 pr=4 pw=0 time=1534 us c
ost=23 size=318 card=6)
30
30
30 FILTER (cr=14 pr=0 pw=0 time=228 us)
30
30
30
MERGE JOIN CARTESIAN (cr=4 pr=0 pw=0 time=15
9 us cost=7 size=1590 card=30)
2
2
2
TABLE ACCESS FULL PF_LANGUAGE (cr=2 pr=0 pw
=0 time=39 us cost=3 size=22 card=2)
30
30
30
BUFFER SORT (cr=2 pr=0 pw=0 time=81 us cost
=5 size=630 card=15)
15
15
15
TABLE ACCESS FULL PF_REVIEWSTATESANDSTAGES
(cr=2 pr=0 pw=0 time=29 us cost=2 size=630 card=15)
5
5
5
SORT AGGREGATE (cr=10 pr=0 pw=0 time=115 us)
15
15
15
TABLE ACCESS FULL PF_REVIEWSTATESANDSTAGES
(cr=10 pr=0 pw=0 time=85 us cost=3 size=27 card=3)
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
db file sequential read
4
0.00
0.00
SQL*Net message from client
3
0.00
0.00
********************************************************************************
SQL ID: bdc076zj8aacd Plan Hash: 1641003646
select PATHID , REFNAME
from
PF_PATH where REFNAME LIKE '%QUERYFORM2%'

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
57
0
4
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
57
0
4
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------4
4
4 TABLE ACCESS FULL PF_PATH (cr=57 pr=0 pw=0 tim
e=826 us cost=21 size=12600 card=200)
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
********************************************************************************
select maxlength from pf_textcontrol c
where controlid = (select distinct controlid from pf_control where controlrefnam
e='QUERYREASONOTHERTEXTCTL')
and c.controlrevisionnumber = (select max(c2.controlrevisionnumber) from pf_text
control c2 where c2.controlid=c.controlid )
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
4
0
0
Fetch
1
0.00
0.00
0
4
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
8
0
1
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max)
---------- ---------- -------------1
1
1
size=45 card=1)
2
2
2
r=7 pr=0 pw=0 time=304 us cost=2
2
2
2
0 pw=0 time=269 us cost=1 size=0
1
1
1
t=3 size=20 card=1)
2
2
2

Row Source Operation


---------------------------------------------HASH JOIN (cr=8 pr=0 pw=0 time=2938 us cost=4
TABLE ACCESS BY INDEX ROWID PF_TEXTCONTROL (c
size=19 card=1)
INDEX RANGE SCAN XPKPF_TEXTCONTROL (cr=5 pr=
card=1)(object id 17326)
HASH UNIQUE (cr=4 pr=0 pw=0 time=239 us cos
TABLE ACCESS BY INDEX ROWID PF_CONTROL (cr

=4 pr=0 pw=0 time=41 us cost=2 size=20 card=1)


2
2
2
INDEX RANGE SCAN XIE1PF_CONTROL (cr=2 pr=
0 pw=0 time=13 us cost=1 size=0 card=1)(object id 17162)
440
440
440 VIEW VW_SQ_1 (cr=1 pr=0 pw=0 time=2196 us co
st=1 size=11440 card=440)
440
440
440
HASH GROUP BY (cr=1 pr=0 pw=0 time=2194 us c
ost=1 size=6600 card=440)
571
571
571
INDEX FULL SCAN XPKPF_TEXTCONTROL (cr=1 pr=
0 pw=0 time=240 us cost=1 size=8535 card=569)(object id 17326)
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: 9tgj4g8y4rwy8 Plan Hash: 3755742892
select type#,blocks,extents,minexts,maxexts,extsize,extpct,user#,iniexts,
NVL(lists,65535),NVL(groups,65535),cachehint,hwmincr, NVL(spare1,0),
NVL(scanhint,0),NVL(bitmapranges,0)
from
seg$ where ts#=:1 and file#=:2 and block#=:3
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
9
0.00
0.00
0
0
0
0
Fetch
9
0.00
0.00
2
27
0
9
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
19
0.00
0.00
2
27
0
9
Misses in library cache during parse: 1
Misses in library cache during execute: 1
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 CLUSTER SEG$ (cr=3 pr=1 pw=0 time
=105 us cost=2 size=64 card=1)
1
1
1 INDEX UNIQUE SCAN I_FILE#_BLOCK# (cr=2 pr=0 p
w=0 time=33 us cost=1 size=0 card=1)(object id 9)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
2
0.00
0.00
********************************************************************************
SQL ID: 53saa2zkr6wc3 Plan Hash: 3954488388
select intcol#,nvl(pos#,0),col#,nvl(spare1,0)
from

ccol$ where con#=:1


call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
22
0.00
0.00
0
0
0
0
Fetch
48
0.00
0.00
2
96
0
26
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
71
0.00
0.00
2
96
0
26
Misses in library cache during parse: 1
Misses in library cache during execute: 1
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 INDEX ROWID CCOL$ (cr=4 pr=0 p
w=0 time=45 us cost=3 size=16 card=1)
1
1
1 INDEX RANGE SCAN I_CCOL1 (cr=3 pr=0 pw=0 time
=44 us cost=2 size=0 card=1)(object id 57)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
2
0.00
0.00
********************************************************************************
SQL ID: 1mjd9xp80vuqa Plan Hash: 3023518864
select node,owner,name
from
syn$ where obj#=: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
3
3
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
3
3
0
1
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: CHOOSE
Parsing user id: SYS (recursive depth: 1)
Number of plan statistics captured: 1
Rows (1st) Rows (avg)
---------- -------------1
1
=0 time=309 us cost=2
1
1
=214 us cost=1 size=0

Rows (max) Row Source Operation


---------- ---------------------------------------------1 TABLE ACCESS BY INDEX ROWID SYN$ (cr=3 pr=3 pw
size=27 card=1)
1 INDEX UNIQUE SCAN I_SYN1 (cr=2 pr=2 pw=0 time
card=1)(object id 77)

Elapsed times include waiting on following events:


Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
3
0.00
0.00
********************************************************************************
SQL ID: 3dduzzwvj7h0f Plan Hash: 1613373892
select languageid
from
pf_language where languagename = 'en-US'
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: 1
Optimizer mode: ALL_ROWS
Parsing user id: 44
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------1
1
1 TABLE ACCESS FULL PF_LANGUAGE (cr=2 pr=0 pw=0
time=55 us cost=3 size=11 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.02
0.02
********************************************************************************
SQL ID: 1t5c3v5r6sa3v Plan Hash: 0
SELECT *
FROM
pf_RESOURCEDATA_cur
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: 44

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: 6chu4w8fbaxwt Plan Hash: 0
SELECT *
FROM
RT_NOTDONE_CONTROL
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: 44
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: 87gaftwrm2h68 Plan Hash: 1218588913
select o.owner#,o.name,o.namespace,o.remoteowner,o.linkname,o.subname
from
obj$ o where o.obj#=: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
3
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
3
0
1
Misses in library cache during parse: 1
Misses in library cache during execute: 1
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 INDEX ROWID OBJ$ (cr=3 pr=0 pw
=0 time=43 us cost=3 size=77 card=1)

1
1
1 INDEX RANGE SCAN I_OBJ1 (cr=2 pr=0 pw=0 time=
26 us cost=2 size=0 card=1)(object id 36)
********************************************************************************
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: gx4mv66pvj3xz Plan Hash: 2570921597
select con#,type#,condlength,intcols,robj#,rcon#,match#,refact,nvl(enabled,0),
rowid,cols,nvl(defer,0),mtime,nvl(spare1,0),spare2,spare3
from
cdef$ where obj#=:1
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
5
0.00
0.00
0
0
0
0
Fetch
27
0.00
0.00
0
39
0
22
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
33
0.00
0.00
0
39
0
22
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
---------- ---------- ---------- -------------------------------------------------6
6
6 TABLE ACCESS CLUSTER CDEF$ (cr=10 pr=0 pw=0 ti
me=14 us cost=2 size=192 card=4)
1
1
1 INDEX UNIQUE SCAN I_COBJ# (cr=2 pr=0 pw=0 tim

e=7 us cost=1 size=0 card=1)(object id 30)


********************************************************************************
SQL ID: 5n1fs4m2n2y0r Plan Hash: 299250003
select pos#,intcol#,col#,spare1,bo#,spare2,spare3
from
icol$ where obj#=:1
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
6
0.00
0.00
0
0
0
0
Fetch
18
0.00
0.00
1
35
0
12
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
25
0.00
0.00
1
35
0
12
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 INDEX ROWID ICOL$ (cr=4 pr=0 p
w=0 time=47 us cost=2 size=54 card=2)
1
1
1 INDEX RANGE SCAN I_ICOL1 (cr=3 pr=0 pw=0 time
=47 us cost=1 size=0 card=2)(object id 42)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
1
0.00
0.00
********************************************************************************
SQL ID: 6aq34nj2zb2n7 Plan Hash: 2874733959
select col#, grantee#, privilege#,max(mod(nvl(option$,0),2))
from
objauth$ where obj#=:1 and col# is not null group by privilege#, col#,
grantee# order by col#, grantee#
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
5
0.00
0.00
0
0
0
0
Fetch
5
0.00
0.00
1
10
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
11
0.00
0.00
1
10
0
0
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


---------- ---------- ---------- -------------------------------------------------0
0
0 SORT GROUP BY (cr=2 pr=1 pw=0 time=129 us cost
=4 size=15 card=1)
0
0
0 TABLE ACCESS BY INDEX ROWID OBJAUTH$ (cr=2 pr
=1 pw=0 time=119 us cost=3 size=15 card=1)
0
0
0
INDEX RANGE SCAN I_OBJAUTH1 (cr=2 pr=1 pw=0
time=117 us cost=2 size=0 card=1)(object id 62)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
1
0.00
0.00
********************************************************************************
SQL ID: 3nkd3g3ju5ph1 Plan Hash: 2853959010
select obj#,type#,ctime,mtime,stime, status, dataobj#, flags, oid$, spare1,
spare2
from
obj$ where owner#=:1 and name=:2 and namespace=:3 and remoteowner is null
and linkname is null and subname is null
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
3
0.00
0.00
0
0
0
0
Fetch
3
0.00
0.00
0
9
0
3
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
7
0.00
0.00
0
9
0
3
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 INDEX ROWID OBJ$ (cr=3 pr=0 pw
=0 time=72 us cost=3 size=77 card=1)
1
1
1 INDEX RANGE SCAN I_OBJ2 (cr=2 pr=0 pw=0 time=
50 us cost=2 size=0 card=1)(object id 37)
********************************************************************************
SQL ID: grwydz59pu6mc Plan Hash: 3684871272
select text
from
view$ where rowid=:1
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
4
0.00
0.00
0
0
0
0
Execute
4
0.00
0.00
0
0
0
0

Fetch
4
0.00
0.00
2
8
0
4
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
12
0.00
0.00
2
8
0
4
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=1 pw
=0 time=119 us cost=1 size=15 card=1)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------db file sequential read
2
0.00
0.00
********************************************************************************
SQL ID: 2q93zsrvbdw48 Plan Hash: 2874733959
select grantee#,privilege#,nvl(col#,0),max(mod(nvl(option$,0),2))
from
objauth$ where obj#=:1 group by grantee#,privilege#,nvl(col#,0) order by
grantee#
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
5
0.00
0.00
0
0
0
0
Fetch
6
0.00
0.00
0
11
0
1
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
12
0.00
0.00
0
11
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 SORT GROUP BY (cr=3 pr=0 pw=0 time=67 us cost=
4 size=15 card=1)
1
1
1 TABLE ACCESS BY INDEX ROWID OBJAUTH$ (cr=3 pr
=0 pw=0 time=33 us cost=3 size=15 card=1)
1
1
1
INDEX RANGE SCAN I_OBJAUTH1 (cr=2 pr=0 pw=0
time=11 us cost=2 size=0 card=1)(object id 62)
********************************************************************************
SQL ID: 3w4qs0tbpmxr6 Plan Hash: 1224215794
select con#,obj#,rcon#,enabled,nvl(defer,0),spare2,spare3
from
cdef$ where robj#=:1

call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
1
0.00
0.00
0
0
0
0
Execute
5
0.00
0.00
0
0
0
0
Fetch
5
0.00
0.00
0
5
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
11
0.00
0.00
0
5
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID CDEF$ (cr=1 pr=0 p
w=0 time=26 us cost=2 size=84 card=3)
0
0
0 INDEX RANGE SCAN I_CDEF3 (cr=1 pr=0 pw=0 time
=23 us cost=1 size=0 card=3)(object id 55)
********************************************************************************
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: 44
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=
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
1
0.00
0.00
SQL*Net message from client
1
0.00
0.00
********************************************************************************

SQL ID: 32bhha21dkv0v Plan Hash: 3765558045


select col#,intcol#,charsetid,charsetform
from
col$ where obj#=:1 order by intcol# asc
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
14
0.00
0.00
0
3
0
13
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
16
0.00
0.00
0
3
0
13
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
---------- ---------- ---------- -------------------------------------------------13
13
13 SORT ORDER BY (cr=3 pr=0 pw=0 time=39 us cost=
3 size=285 card=15)
13
13
13 TABLE ACCESS CLUSTER COL$ (cr=3 pr=0 pw=0 tim
e=17 us cost=2 size=285 card=15)
1
1
1
INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 tim
e=8 us cost=1 size=0 card=1)(object id 3)
********************************************************************************
SQL ID: f3g84j69n0tjh Plan Hash: 2335623859
select col#,intcol#,ntab#
from
ntab$ where obj#=:1 order by intcol# asc
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
1
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
1
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID NTAB$ (cr=1 pr=0 p
w=0 time=29 us cost=2 size=30 card=2)
0
0
0 INDEX RANGE SCAN I_NTAB2 (cr=1 pr=0 pw=0 time
=27 us cost=1 size=0 card=2)(object id 90)

********************************************************************************
SQL ID: 0fr8zhn4ymu3v Plan Hash: 1231101765
select intcol#,type,flags,lobcol,objcol,extracol,schemaoid, elemnum
from
opqtype$ where obj# = :1 order by intcol# asc
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
1
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
1
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID OPQTYPE$ (cr=1 pr=
0 pw=0 time=25 us cost=2 size=20 card=1)
0
0
0 INDEX RANGE SCAN I_OPQTYPE1 (cr=1 pr=0 pw=0 t
ime=24 us cost=1 size=0 card=1)(object id 96)
********************************************************************************
SQL ID: 9rfqm06xmuwu0 Plan Hash: 832500465
select intcol#, toid, version#, intcols, intcol#s, flags, synobj#
from
subcoltype$ where obj#=:1 order by intcol# asc
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
3
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
3
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 SORT ORDER BY (cr=3 pr=0 pw=0 time=25 us cost=
3 size=1426 card=31)
0
0
0 TABLE ACCESS CLUSTER SUBCOLTYPE$ (cr=3 pr=0 p
w=0 time=13 us cost=2 size=1426 card=31)
1
1
1
INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 tim

e=7 us cost=1 size=0 card=1)(object id 3)


********************************************************************************
SQL ID: 9g485acn2n30m Plan Hash: 3483575214
select col#,intcol#,reftyp,stabid,expctoid
from
refcon$ where obj#=:1 order by intcol# asc
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
1
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
1
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID REFCON$ (cr=1 pr=0
pw=0 time=23 us cost=0 size=72 card=1)
0
0
0 INDEX RANGE SCAN I_REFCON2 (cr=1 pr=0 pw=0 ti
me=22 us cost=0 size=0 card=1)(object id 94)
********************************************************************************
SQL ID: 7nuw4xwrnuwxq Plan Hash: 1720483994
select col#,intcol#,toid,version#,packed,intcols,intcol#s,flags, synobj#,
nvl(typidcol#, 0)
from
coltype$ where obj#=:1 order by intcol# desc
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
3
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
3
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 SORT ORDER BY (cr=3 pr=0 pw=0 time=26 us cost=
3 size=196 card=4)

0
0
0 TABLE ACCESS CLUSTER COLTYPE$ (cr=3 pr=0 pw=0
time=16 us cost=2 size=196 card=4)
1
1
1
INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 tim
e=7 us cost=1 size=0 card=1)(object id 3)
********************************************************************************
SQL ID: 6qz82dptj0qr7 Plan Hash: 3480746234
select l.col#, l.intcol#, l.lobj#, l.ind#, l.ts#, l.file#, l.block#, l.chunk,
l.pctversion$, l.flags, l.property, l.retention, l.freepools
from
lob$ l where l.obj# = :1 order by l.intcol# asc
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
1
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
1
0
0
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
---------- ---------- ---------- -------------------------------------------------0
0
0 TABLE ACCESS BY INDEX ROWID LOB$ (cr=1 pr=0 pw
=0 time=27 us cost=2 size=47 card=1)
0
0
0 INDEX RANGE SCAN I_LOB1 (cr=1 pr=0 pw=0 time=
23 us cost=1 size=0 card=1)(object id 81)

********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
12
0.08
0.09
0
0
0
0
Execute
10
0.00
0.00
0
4
0
0
Fetch
471
0.19
0.73
491
2368
0
3290
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
493
0.28
0.82
491
2372
0
3290
Misses in library cache during parse: 11
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
484
0.00
0.00
SQL*Net message from client
483
0.13
0.47
Disk file operations I/O
6
0.00
0.02

db file sequential read


db file scattered read

30
71

0.02
0.03

0.10
0.45

OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS


call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
33
0.00
0.00
0
0
0
0
Execute
276
0.03
0.03
0
0
0
1
Fetch
743
0.02
0.12
56
920
0
1705
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
1052
0.06
0.17
56
920
0
1706
Misses in library cache during parse: 5
Misses in library cache during execute: 5
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------Disk file operations I/O
1
0.00
0.00
db file sequential read
56
0.01
0.10
12 user SQL statements in session.
27 internal SQL statements in session.
39 SQL statements in session.
********************************************************************************
Trace file: trial9_ora_7611_INFORM_VIEW_COMMENTS.trc
Trace file compatibility: 11.1.0.7
Sort options: prsela exeela fchela
1 session in tracefile.
12 user SQL statements in trace file.
27 internal SQL statements in trace file.
39 SQL statements in trace file.
39 unique SQL statements in trace file.
6352 lines in trace file.
1 elapsed seconds in trace file.

You might also like