Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: TKPROF output. Help, please!!!
Sybrand,
Here is the actual TKPROF output. It is a very small table with about 150 records.
SELECT /*+ CACHE(T) */ASL FROM
T WHERE CLASS_ID = :b1
call count cpu elapsed disk query current rows
Parse 1 0.00 0.00 0 0 0 0 Execute 317 0.02 0.03 0 0 0 364641539 Fetch 317 0.01 0.03 10 757 0 123
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 47 (SUMMA) (recursive depth: 1)
Rows Execution Plan
------- --------------------------------------------------- 0 SELECT STATEMENT GOAL: CHOOSE123 TABLE ACCESS (BY INDEX ROWID) OF 'T_CLASS' 317 INDEX (UNIQUE SCAN) OF 'PMJRCL00' (UNIQUE)
Thnx,
-Suresh.
In article <947711136.1957.0.pluto.d4ee154e_at_news.demon.nl>,
"Sybrand Bakker" <postmaster_at_sybrandb.nospam.demon.nl> wrote:
> Aren't you looking at explain plan like output. The number of rows is
> specified for each step in the plan, so you might have millions of
rows
> selected, which are filtered away later on.
> If this doesn't answer your question please post the applicable part
of the
> tkprof output.
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Jan 13 2000 - 11:06:21 CST
![]() |
![]() |