Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ((Re)): problem interpreting wait events
i don't have a problem with performance. I think I am checking the wrong
data dictionray view. I took the p2 value from db file sequential read and I
thought I could use the block_id in dba_extents. When I query on it, I get
'no rows selected', so I think I am using the wrong view.
anyone know which one to use for this?
----- Original Message -----
From: "Daniel Fink" <Daniel.Fink_at_Sun.COM>
To: <oracle-l_at_freelists.org>
Sent: Monday, August 23, 2004 2:57 PM
Subject: Re: problem interpreting wait events
> Ryan,
>
> I have found that this type of query against dba_extents performs
horribly. My solution has been to create a GTT, load relevant data
> from dba_extents, slap an index on file_id and block_id and query the GTT.
Even in some of the larger dbs I've done this on, the
> overall time was much less than the original query.
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Aug 23 2004 - 15:49:31 CDT
![]() |
![]() |