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: How Can I force SQL to use a specific plan?

Re: How Can I force SQL to use a specific plan?

From: Markus Stuhlpfarrer <mstuhlpfarrer_at_hollomey.com>
Date: Fri, 14 Sep 2001 09:45:09 GMT
Message-ID: <3BA1D182.A1651892@hollomey.com>


yes, you can try this, but it is possible that it doesn't work as the word says, this are hints and not rules you cannot really force oracle to do it this way

Christof Kaiser wrote:

> Try optimizer hints.
>
> Optimizer hints are inserted after the select, starting with /*+
> SELECT /*+ ordered */ FROM ....
>
> Christof
>
> jaimin saraiya wrote:
>
> > Hello,
> >
> > I have saved a plan using Explain Plan tool. Now I want to force my
> > SQL Statement to always use that plan during execution. How can I do
> > this?
> >
> > Thank you
> >
> > Regards,
> >
> > Jaimin
Received on Fri Sep 14 2001 - 04:45:09 CDT

Original text of this message

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