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

Home -> Community -> Usenet -> c.d.o.server -> strange behaviour (oracle 8.1.7.4.0)

strange behaviour (oracle 8.1.7.4.0)

From: Fabio <nonce_at_nulla.it>
Date: Mon, 11 Jul 2005 10:02:50 GMT
Message-ID: <etrAe.10292$tX6.231781@twister1.libero.it>


I have a table composed by varchar2, number and date columns. If I alter the current session like this

ALTER SESSION SET NLS_COMP=ANSI;
ALTER SESSION SET NLS_SORT=GENERIC_BASELETTER; and execute a select statement like

select * from table where varchar2_10_field = 'a string value'

the result simply ignore the where clause and I get all the records. The same exception doesn't occurr in oracle9i

Is there anyone that experienced souch a bahaviour?

Thanks
Fabio Received on Mon Jul 11 2005 - 05:02:50 CDT

Original text of this message

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