Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Percent of Shared Pool used

Re: Percent of Shared Pool used

From: Andrew Allen <andrew.allen_at_handleman.com>
Date: Thu, 20 Feb 2003 17:35:50 GMT
Message-ID: <3E5504EA.3080401@handleman.com>


Why on earth would you want to flush the shared pool? Oracle uses a LRU algorythm to take care of flushing the oldest unused objects when spaces is needed. Flushing the shared pool will only hurt performance.

--
Andrew Allen

Javier Villegas wrote:

> Hi
>
> I want to make a query for find the percent of Shared Pool used, and if the
> percent is grater than 70 % run the alter system flush shared_pool;
>
> Do you know how can I do that ?
>
> Thanks in advance
>
> Javier Villegas
>
>
>
Received on Thu Feb 20 2003 - 11:35:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US