Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: clearing the sga buffers
You'll need to UNKEEP any pinned shared pool objects so that a FLUSH ( as below ) will get rid of them too. Otherwise they stay pinned ( V7 ).
I'm not aware of any Oracle delivered method for clearing the buffer cache other than shutdown/restart.
-Kevin
<oratune_at_aol.com> wrote in message news:8rkl51$7ab$1_at_nnrp1.deja.com...
> In article <8rkgfr$chr2_at_shark.ncr.pwgsc.gc.ca>,
> "Rocr" <rolland.cright_at_pwgsc.gc.ca> wrote:
> > Can't remember or find the package that allows me to clear the oracle
sga's
> > buffers. Need to do some performance testing.
> >
> >
>
> Use 'ALTER SYSTEM FLUSH SHARED POOL';
>
> --
> David Fitzjarrell
> Oracle Certified DBA
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Fri Oct 06 2000 - 09:29:48 CDT
![]() |
![]() |