Sie sind auf Seite 1von 4

TKPROF: Release 11.2.0.4.

0 - Development on Tue Sep 9 07:21:38 2014


Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Trace file: trial8_ora_11520_INFORM_MARK_VERIFY.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: cqm10ak6mkd4a 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_VERIFY''' ;
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: 9muawy0nbt7kg Plan Hash: 1922256481
select *
from
DCV_RECALC_FORMS
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
5
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
3
0.00
0.00
0
5
0
0

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
---------- ---------- ---------- -------------------------------------------------0
0
0 SORT ORDER BY (cr=5 pr=0 pw=0 time=157 us cost
=9 size=235 card=5)
0
0
0 NESTED LOOPS (cr=5 pr=0 pw=0 time=138 us cos
t=8 size=235 card=5)
0
0
0
NESTED LOOPS (cr=5 pr=0 pw=0 time=138 us co
st=8 size=235 card=5)
1
1
1
INLIST ITERATOR (cr=3 pr=0 pw=0 time=85 us
)
1
1
1
TABLE ACCESS BY INDEX ROWID PF_SUBJECTVECH
APTERPAGE (cr=3 pr=0 pw=0 time=79 us cost=2 size=132 card=6)
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 30919)
0
0
0
INDEX UNIQUE SCAN XPKPF_SUBJECTVECHAPTER_CU
R (cr=2 pr=0 pw=0 time=47 us cost=0 size=0 card=1)(object id 33703)
0
0
0
TABLE ACCESS BY INDEX ROWID PF_SUBJECTVECHAP
TER_CUR (cr=0 pr=0 pw=0 time=0 us cost=1 size=25 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: 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=
37 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: 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=
25 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
3
0.00
0.00
0
0
0
0
Execute
3
0.00
0.00
0
0
0
0
Fetch
5
0.00
0.00
0
11
0
2
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
11
0.00
0.00
0
11
0
2
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
9
0.00
0.00

SQL*Net message from client

49.94

49.94

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
3 user SQL statements in session.
1 internal SQL statements in session.
4 SQL statements in session.
********************************************************************************
Trace file: trial8_ora_11520_INFORM_MARK_VERIFY.trc
Trace file compatibility: 11.1.0.7
Sort options: prsela exeela fchela
1 session in tracefile.
3 user SQL statements in trace file.
1 internal SQL statements in trace file.
4 SQL statements in trace file.
4 unique SQL statements in trace file.
92 lines in trace file.
49 elapsed seconds in trace file.

Das könnte Ihnen auch gefallen