Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Query testing
"Chuck" <skilover_nospam_at_softhome.net> wrote in message
news:1127235946.6cc2ddaa83e934c4c564312d4e8a121c_at_bubbanews...
> Several years ago I was in a 9i new features class and thought I
> remembered hearing about a feature that would let you test a query over
> and over, forcing it think that that none of the blocks were in memory
> when they query started. Is there such a feature, and if so, can someone
> please remind what it's called or how to access it?
>
> Thanks.
> --
> To reply by email remove "_nospam"
alter system flush shared pool ?
or the NOCACHE hint maybe ?
select /*+ NOCACHE(table) */ ... from table
Matthias Hoys Received on Tue Sep 20 2005 - 16:36:03 CDT