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

Home -> Community -> Usenet -> c.d.o.misc -> Help !!!ORA-06502: PL/SQL: numeric or value error: character to number conversion error

Help !!!ORA-06502: PL/SQL: numeric or value error: character to number conversion error

From: JC <joseph.chewning_at_targacept.com>
Date: 28 Mar 2006 11:50:30 -0800
Message-ID: <1143575430.436600.260740@j33g2000cwa.googlegroups.com>


I get this error from the following line... Can anyone tell me why???

colvalue number;
mcn varchar(100);
lotid number;
mrn rowid;

select mcn into colvalue from lotz where lot_id=lotid and rowid=mrn;

I have tried this also

Execute Immediate 'select '||mcn||' into '||colvalue||' from lotz where lot_id='||lotid||' and rowid='||mrn;

Thanks,

JC Received on Tue Mar 28 2006 - 13:50:30 CST

Original text of this message

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