Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: turning off CURSOR_SHARING
On 9 Aug 2004 06:37:15 -0700, ford_desperado_at_yahoo.com (Ford
Desperado) wrote:
>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
just issue
alter session set cursor_sharing=exact;
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Aug 09 2004 - 12:13:40 CDT
![]() |
![]() |