Sie sind auf Seite 1von 4

TKPROF: Release 11.2.0.4.

0 - Development on Fri Sep 5 07:23:41 2014


Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Trace file: trial8_j001_10322_INFORM_QUERY_FILTER_AND_FREEZE_BOOK.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: 22t49zf9xggp6 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_QUERY_FILTER_AND_FREEZE_BOOK''' ;
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: 70z993a53ut5h Plan Hash: 0
DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken
BOOLEAN := FALSE; BEGIN trial_procs.pulse; :mydate := next_date; IF broken
THEN :b := 1; ELSE :b := 0; END IF; END;
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
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.00
0
0
0
1

Misses in library cache during parse: 0


Optimizer mode: ALL_ROWS
Parsing user id: 66
(recursive depth: 1)
********************************************************************************
SQL ID: 47a50dvdgnxc2 Plan Hash: 2981428395
update sys.job$ set failures=0, this_date=null, flag=:1, last_date=:2,
next_date = greatest(:3, sysdate), total=total+(sysdate-nvl(this_date,
sysdate))
where
job=:4
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
1
7
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
1
0.00
0.00
0
1
7
1
Misses in library cache during parse: 0
Optimizer mode: CHOOSE
Parsing user id: SYS (recursive depth: 1)
********************************************************************************
SQL ID: g2sfrb8wt6jav Plan Hash: 936110389
UPDATE PF_HEARTBEAT SET UPDATEDATETIME = TO_CHAR(SYSDATE,'YYYYMMDD
HH24:MI:SS')

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
3
1
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.00
0
2
3
1
Misses in library cache during parse: 0
Optimizer mode: ALL_ROWS
Parsing user id: 66
(recursive depth: 2)
Number of plan statistics captured: 1
Rows (1st) Rows (avg) Rows (max) Row Source Operation
---------- ---------- ---------- -------------------------------------------------0
0
0 UPDATE PF_HEARTBEAT (cr=2 pr=0 pw=0 time=299
us)
1
1
1 TABLE ACCESS FULL PF_HEARTBEAT (cr=2 pr=0 pw=
0 time=108 us cost=3 size=18 card=1)
********************************************************************************
SQL ID: 8ggw94h7mvxd7 Plan Hash: 0
COMMIT

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
1
0
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
2
0.00
0.00
0
0
1
0
Misses in library cache during parse: 0
Parsing user id: 66
(recursive depth: 2)

********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call
count
cpu
elapsed
disk
query
current
rows
------- ------ -------- ---------- ---------- ---------- ---------- ---------Parse
0
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
0
0.00
0.00
0
0
0
0
Misses in library cache during parse: 0
Elapsed times include waiting on following events:
Event waited on
Times Max. Wait Total Waited
---------------------------------------- Waited ---------- -----------log file sync
1
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
5
0.00
0.00
0
3
11
4
Fetch
0
0.00
0.00
0
0
0
0
------- ------ -------- ---------- ---------- ---------- ---------- ---------total
8
0.00
0.00
0
3
11
4
Misses in library cache during parse: 0
3 user SQL statements in session.
2 internal SQL statements in session.
5 SQL statements in session.
********************************************************************************
Trace file: trial8_j001_10322_INFORM_QUERY_FILTER_AND_FREEZE_BOOK.trc
Trace file compatibility: 11.1.0.7
Sort options: prsela exeela fchela
1 session in tracefile.
3 user SQL statements in trace file.
2 internal SQL statements in trace file.
5 SQL statements in trace file.
5 unique SQL statements in trace file.
105 lines in trace file.

0 elapsed seconds in trace file.

Das könnte Ihnen auch gefallen