Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Query testing
Hallo Daniel,
I think the same affect could be archieved in 9i with:
alter session set events 'immediate trace name flush_cache';
HTH. Milen
Daniel schrieb:
> The closest thing which comes to mind is "alter system flush
> buffer_cache", which came only with 10G. Note that it actually flushes
> the buffer cache, and does not just fake it.
>
> Daniel
Received on Wed Sep 21 2005 - 02:42:23 CDT