Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: turning off CURSOR_SHARING
"Ford Desperado" <ford_desperado_at_yahoo.com> wrote in message news:e96bc0d0.0408090537.43cf15e8_at_posting.google.com...
> I tried to turn off CURSOR_SHARING for one particular query, because
> it involves a predicate on a column with data skew and a range
> rpedicate.
> Is there any optimizer hint for that?
>
> TIA
Try:
select /*+ CURSOR_SHARING_EXACT */ ......
Anurag Received on Mon Aug 09 2004 - 19:58:02 CDT
![]() |
![]() |