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: Hitting the roof on shared pool

Re: Hitting the roof on shared pool

From: Kenneth C Stahl <BlueSax_at_Unforgettable.com>
Date: Wed, 24 Nov 1999 08:05:54 -0500
Message-ID: <383BE2B2.E672CDFE@Unforgettable.com>


ole c meldahl wrote:
>
> Hi
>
> We have a set of complex jobs which we need to run simuntaneously, there
> is a whole set of complex views depending on complex views involved, and
> the query plan seem to fill up shared pool.
>
> Is there any other way to avoid this than increasing shared pool? Can I
> for instance pin the top complex views and avoid a complete reparse of
> these each time(COMPLEX_VIEW_MERGE = false)? Will 8.0.5 be any better at
> this? What are the practical limits for shared pool? We have an instance
> on a busy server running many instances.
>
> BTW we're on Oracle 7.3.4 moving to 8.0.5
>
> Any input is greatly appreciated!!
>
> ole c

You "can" run a periodic job which issues the command:

alter system flush shared_pool Received on Wed Nov 24 1999 - 07:05:54 CST

Original text of this message

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