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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RE: CURSOR_SHARING = FORCE

RE: RE: CURSOR_SHARING = FORCE

From: Larry Elkins <elkinsl_at_flash.net>
Date: Mon, 30 Jul 2001 05:35:48 -0700
Message-ID: <F001.00358C2C.20010730053025@fatcity.com>

Bruce,

Thanks for running the test. I will add this to my collection of results.

Regards,

Larry G. Elkins
elkinsl_at_flash.net
214.954.1781

> -----Original Message-----
> From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Reardon,
> Bruce (CALBBAY)
> Sent: Sunday, July 29, 2001 11:06 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: RE: CURSOR_SHARING = FORCE
>
>
> Larry,
>
> On
> 8.1.7.1.5 W2K Pro SP1 No errors:
>
> SQL> select 'x ' from dual;
>
> 'X
> --
> x
>
> SQL> select ' x' from dual;
>
> 'X
> --
> x
>
> SQL> alter system set cursor_sharing=force;
>
> System altered.
>
> SQL> Select 'x ' from dual;
>
> 'X'
> --------------------------------
> x
>
> SQL> Select ' x' from dual;
>
> 'X'
> --------------------------------
> x
>
> SQL>
>
> This is in a simple test database.
>
> If I try it on
> 8.1.7.1.4 NT4 SP6a - (different parameters, different database)
> then I get a
>
>
> SQL> select 'x ' from dual;
>
> 'X
> --
> x
>
> SQL> select ' x' from dual;
>
> 'X
> --
> x
>
> SQL> alter system set cursor_sharing=force;
>
> System altered.
>
> SQL> Select 'x ' from dual;
> Select 'x ' from dual
> *
> ERROR at line 1:
> ORA-00600: internal error code, arguments: [17182], [546660348],
> [], [], [],
> [], [], []
>
>
> Regards,
> Bruce Reardon

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Larry Elkins
  INET: elkinsl_at_flash.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jul 30 2001 - 07:35:48 CDT

Original text of this message

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