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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Schedule a flush shared pool

Re: Schedule a flush shared pool

From: VC <boston103_at_hotmail.com>
Date: Sun, 04 Apr 2004 23:23:16 GMT
Message-ID: <EN0cc.181043$1p.2148225@attbi_s54>


Hello,

"Tim Arnold" <timkarnold_at_comcast.net> wrote in message news:arqdnfGklfMo-O3dRVn-iQ_at_comcast.com...
>
> "Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote in message
> news:406d811e$0$6547$ed9e5944_at_reading.news.pipex.net...
> > out of curiosity really why?
> >
> >
> >
>
> We were seeing a slew of ora-4031 in the alert log.

Well, the error is not the problem, rather it's a symptom of your not using bind variables, most likely.

Instead of flushing the pool, you can:

  1. Fix the application so that it used the above mentioned variables;
  2. Use the band-aid of

alter system set cursor_sharing=force;

VC
>
>
Received on Sun Apr 04 2004 - 18:23:16 CDT

Original text of this message

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