Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> --> outcome each time query ran slow

--> outcome each time query ran slow

From: Stephan <test_at_test.com>
Date: Sun, 05 Jan 2003 19:10:28 GMT
Message-ID: <Eq%R9.24$P32.3473@nlnews00.chello.com>



select id_district district_id13, district_name FROM district, district_street where
(district_id=id_district) AND (place_street_id=707)

call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ------



Parse 52 0.08 0.08 0 0 0 0
Execute 26 0.04 4.65 0 78 234 0
Fetch 26 0.03 13.91 0 156 104 78
------- ------ -------- ---------- ---------- ---------- ---------- ------

total 104 0.15 18.64 0 234 338 78

Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 20





select id_district district_id13, district_name FROM district, district_street where
(district_id=id_district) AND (place_street_id=707)

call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ------



Parse 64 0.10 0.10 0 0 0 0
Execute 32 0.04 4.81 0 96 288 0
Fetch 32 0.03 16.25 0 192 128 96
------- ------ -------- ---------- ---------- ---------- ---------- ------

total 128 0.17 21.16 0 288 416 96

Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 20



Received on Sun Jan 05 2003 - 13:10:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US