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

Home -> Community -> Usenet -> c.d.o.tools -> number and varchar

number and varchar

From: <eastking_at_my-deja.com>
Date: Thu, 14 Dec 2000 03:08:21 GMT
Message-ID: <919dj1$qvj$1@nnrp1.deja.com>

hello, every one here.

I have two schema in my database Oracle8.0.6/solaris.

I run following sql in both of schemas.

desc t_order

     orderCd varchar(10);
     ...

select 1 from t_order where orderCd = 000000001;

in first schema , it returned

    no record fetched.

in another schema, it returned

    ORA-01722 .... Who can explain why it happend and how can I solute this problem.

Thanks a lot.

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 13 2000 - 21:08:21 CST

Original text of this message

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