1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
|
TKPROF: Release 9.2.0.4.0 - Production on Ma Mai 3 18:54:53 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Trace file: cfmr_ora_29092.trc
Sort options: 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 t.designation, t.expiration, t.strike, u.quantite, u.demande, u.volume
from
ARTICLES t, PRIX u where t.categorie = :"SYS_B_0" and u.article_id = t.article_id
and u.date_prix = :"SYS_B_1" and (t.expiration - u.date_prix) <= :"SYS_B_2" ORDER by t.expiration
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 8 0.12 2.57 629 7091 0 74
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 12 0.12 2.57 629 7091 0 74
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 25
Rows Row Source Operation
------- ---------------------------------------------------
68 NESTED LOOPS (cr=5012 r=422 w=0 time=1881251 us)
1530 TABLE ACCESS BY INDEX ROWID ARTICLES (cr=347 r=72 w=0 time=767189 us)
1530 INDEX RANGE SCAN ARTICLES_I1 (cr=13 r=6 w=0 time=62860 us)(object id 720040)
68 TABLE ACCESS BY INDEX ROWID PRIX (cr=4665 r=350 w=0 time=1108733 us)
68 INDEX UNIQUE SCAN PRIX_PK (cr=4597 r=348 w=0 time=1091214 us)(object id 720030)
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
db file sequential read 629 0.04 2.33
SQL*Net message from client 8 0.00 0.00
********************************************************************************
select t.designation, t.expiration, t.strike, u.quantite, u.demande, u.volume
from
ARTICLES t, PRIX u where t.categorie = :"SYS_B_0" and u.article_id = t.article_id
and u.date_prix = :"SYS_B_1" and (t.expiration - u.date_prix) <= :"SYS_B_2" ORDER by t.expiration
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.10 1.42 528 6526 0 18
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 5 0.10 1.42 528 6526 0 18
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 25
Rows Row Source Operation
------- ---------------------------------------------------
18 NESTED LOOPS (cr=6526 r=528 w=0 time=1425486 us)
2098 TABLE ACCESS BY INDEX ROWID ARTICLES (cr=210 r=99 w=0 time=665056 us)
2098 INDEX RANGE SCAN ARTICLES_I1 (cr=14 r=11 w=0 time=29965 us)(object id 720040)
18 TABLE ACCESS BY INDEX ROWID PRIX (cr=6316 r=429 w=0 time=754258 us)
18 INDEX UNIQUE SCAN PRIX_PK (cr=6298 r=426 w=0 time=729583 us)(object id 720030)
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 528 0.03 1.35
SQL*Net message from client 3 0.00 0.00
********************************************************************************
alter session set events '10046 trace name context forever, level 8'
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 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: 0
Optimizer goal: CHOOSE
Parsing user id: 25
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
********************************************************************************
alter session set WORKAREA_SIZE_POLICY=manual
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 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 0 0 0
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 25
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
********************************************************************************
alter session set sort_area_size=33554432
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 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 0 0 0
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 25
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
********************************************************************************
alter session set hash_area_size=67108864
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 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 0 0 0
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 25
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
********************************************************************************
alter session set events '10046 trace name context off'
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 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 2 0.00 0.00 0 0 0 0
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 25
********************************************************************************
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 7 0.00 0.00 0 0 0 0
Execute 8 0.00 0.00 0 0 0 0
Fetch 11 0.22 3.99 1157 13617 0 92
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 26 0.22 4.00 1157 13617 0 92
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 15 0.00 0.00
SQL*Net message from client 15 0.00 0.01
db file sequential read 1157 0.04 3.68
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 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
8 user SQL statements in session.
0 internal SQL statements in session.
8 SQL statements in session.
********************************************************************************
Trace file: cfmr_ora_29092.trc
Trace file compatibility: 9.00.01
Sort options: fchela
1 session in tracefile.
8 user SQL statements in trace file.
0 internal SQL statements in trace file.
8 SQL statements in trace file.
7 unique SQL statements in trace file.
1285 lines in trace file. |
Partager