You are on page 1of 6

TKPROF: Release 11.2.0.4.

0 - Development on Wed Sep 10 05:41:38 2014


Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Trace file: trial8_ora_31490_INFORM_MARK.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
********************************************************************************
The following statements encountered a error during parse:
select idxobj# from xdb.xdb$dxptab where pathtabobj#=:1 or pendtabobj#=:2
Error encountered: ORA-00942
-------------------------------------------------------------------------------select max(idxobj#) from xdb.xdb$xtab where XMLTABOBJ#=:1
Error encountered: ORA-00942
********************************************************************************
SQL ID: 7f7gjm78g85va Plan Hash: 1692048440
select STRVALUE, NUMVALUE
from
dcv_thingdata where TypeName='34102D4C-E95B-11d3-A0F8-00D0B709DF4E' and
attributename=:1
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
16
0.00
0.00
0
0
0
0
Execute
16
0.01
0.01
0
0
0
0
Fetch
25
0.07
0.07
0
2366
0
9
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
57
0.09
0.09
0
2366
0
9
Misses in library cache during parse: 0
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 66
Number of plan statistics captured: 4
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------1
0
1 VIEW VM_NWVW_2 (cr=167 pr=0 pw=0 time=7953 us
cost=452 size=2017 card=1)
1
0
1 HASH UNIQUE (cr=167 pr=0 pw=0 time=7952 us co
st=452 size=274 card=1)
64
16
64
FILTER (cr=167 pr=0 pw=0 time=7804 us)
512
128
512
HASH GROUP BY (cr=167 pr=0 pw=0 time=7843 u
s cost=452 size=274 card=1)

4096
1024
4096
NESTED LOOPS (cr=167 pr=0 pw=0 time=29140
us cost=443 size=274 card=1)
4096
1024
4096
NESTED LOOPS (cr=39 pr=0 pw=0 time=25200
us cost=443 size=274 card=1)
4096
1024
4096
NESTED LOOPS (cr=36 pr=0 pw=0 time=2179
6 us cost=440 size=231 card=1)
512
128
512
NESTED LOOPS (cr=32 pr=0 pw=0 time=256
2 us cost=438 size=215 card=1)
64
16
64
NESTED LOOPS (cr=29 pr=0 pw=0 time=10
48 us cost=436 size=185 card=1)
64
16
64
NESTED LOOPS (cr=26 pr=0 pw=0 time=7
48 us cost=433 size=312 card=2)
64
46
64
HASH JOIN (cr=13 pr=0 pw=0 time=356
us cost=9 size=224 card=2)
8
6
8
TABLE ACCESS FULL PF_THINGTYPEATTRI
BUTE (cr=11 pr=0 pw=0 time=121 us cost=6 size=156 card=3)
8
8
8
TABLE ACCESS BY INDEX ROWID PF_THIN
GTYPE (cr=2 pr=0 pw=0 time=48 us cost=2 size=480 card=8)
8
8
8
INDEX RANGE SCAN XIE1PF_THINGTYPE
(cr=1 pr=0 pw=0 time=18 us cost=1 size=0 card=8)(object id 31014)
64
16
64
TABLE ACCESS BY INDEX ROWID PF_ITEMC
ONTEXT (cr=13 pr=0 pw=0 time=208 us cost=212 size=44 card=1)
64
16
64
INDEX RANGE SCAN XIE1PF_ITEMCONTEXT
(cr=13 pr=0 pw=0 time=100 us cost=42 size=0 card=300)(object id 30240)
64
16
64
TABLE ACCESS BY INDEX ROWID PF_THING
(cr=3 pr=0 pw=0 time=133 us cost=2 size=29 card=1)
64
16
64
INDEX RANGE SCAN XPKPF_THING (cr=2 p
r=0 pw=0 time=104 us cost=1 size=0 card=1)(object id 31011)
1
0
1
SORT AGGREGATE (cr=0 pr=0 pw=0 time
=10 us)
1
0
1
FIRST ROW (cr=0 pr=0 pw=0 time=5
us cost=2 size=16 card=1)
1
0
1
INDEX RANGE SCAN (MIN/MAX) XPKPF_
THING (cr=0 pr=0 pw=0 time=4 us cost=2 size=16 card=1)(object id 31011)
512
128
512
INDEX RANGE SCAN XPKPF_ITEMDATA (cr=3
pr=0 pw=0 time=92 us cost=2 size=30 card=1)(object id 30621)
4096
1024
4096
INDEX RANGE SCAN XPKPF_ITEMDATA (cr=3 p
r=0 pw=0 time=575 us cost=2 size=16 card=1)(object id 30621)
4096
1024
4096
INDEX RANGE SCAN XIF16PF_CONTROLDATA (cr
=3 pr=0 pw=0 time=2131 us cost=2 size=0 card=1)(object id 30190)
4096
1024
4096
TABLE ACCESS BY INDEX ROWID PF_CONTROLDAT
A (cr=128 pr=0 pw=0 time=1190 us cost=3 size=43 card=1)
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
25
0.00
0.00
SQL*Net message from client
25
0.00
0.01
********************************************************************************
SQL ID: 5p8601taj9rst 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_MARK'''
;

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: grwydz59pu6mc Plan Hash: 3684871272
select text
from
view$ where rowid=: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
3
0.00
0.00
0
6
0
3
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
9
0.00
0.00
0
6
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 USER ROWID VIEW$ (cr=1 pr=0 pw
=0 time=18 us cost=1 size=15 card=1)
********************************************************************************
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: 66
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=
39 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: 69u4kx0gkbc22 Plan Hash: 0
select idxobj#
from
xdb.xdb$dxptab where pathtabobj#=:1 or pendtabobj#=:2
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: CHOOSE
Parsing user id: SYS (recursive depth: 1)
********************************************************************************
SQL ID: 7ttzdd2rww8wk Plan Hash: 0
select max(idxobj#)
from
xdb.xdb$xtab where XMLTABOBJ#=:1
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: CHOOSE
Parsing user id: SYS (recursive depth: 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: 66
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=
23 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: ftj9uawt4wwzb Plan Hash: 1884964958
select condition
from
cdef$ 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 CDEF$ (cr=1 pr=0 pw
=0 time=18 us cost=1 size=15 card=1)

********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
18
0.00
0.00
0
0
0
0
Execute
18
0.01
0.01
0
0
0
0
Fetch
29
0.07
0.07
0
2372
0
11
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
65
0.09
0.09
0
2372
0
11
Misses in library cache during parse: 0
Misses in library cache during execute: 1
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------SQL*Net message to client
49
0.00
0.00
SQL*Net message from client
49
72.47
77.11
OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
6
0.00
0.00
0
0
0
0
Execute
5
0.00
0.00
0
0
0
1
Fetch
4
0.00
0.00
0
8
0
4
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
15
0.00
0.00
0
8
0
5
Misses in library cache during parse: 2
6 user SQL statements in session.
5 internal SQL statements in session.
11 SQL statements in session.
********************************************************************************
Trace file: trial8_ora_31490_INFORM_MARK.trc
Trace file compatibility: 11.1.0.7
Sort options: prsela exeela fchela
1 session in tracefile.
6 user SQL statements in trace file.
5 internal SQL statements in trace file.
11 SQL statements in trace file.
8 unique SQL statements in trace file.
511 lines in trace file.
77 elapsed seconds in trace file.

You might also like