Bruce,

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

Regards,

Larry G. Elkins
[EMAIL PROTECTED]
214.954.1781

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to