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 -> Character to number conversion error:

Character to number conversion error:

From: Zahid Khan <zahid_at_cc.gatech.edu>
Date: Mon, 09 Aug 1999 13:02:27 -0400
Message-ID: <37AF09A3.920B4BAA@cc.gatech.edu>

I am using WebDB on Oracle8i to make a data entry form. When the user fills in the data on a webpage and hits the submit button,

a PL/SQL procedure is called and the data is supposed to be stored in the appropiate tables. however, I get this error message:

ORA-06502: PL/SQL: numeric or value error: character to number conversion error
ORA-06512: at line 1

I don't know how to interpret this error message. Where is the error? On

line one of my PL/SQL code? or somewhere else?

Here's my PL/SQL code:

create or replace procedure data_entry ( p_cmpd_id in varchar2,

p_cmpd_name in varchar2,
p_cmpd_formula in varchar2,
p_ca_number in number,
p_purity in number,
p_molecular_wt in number,
p_crit_temp in number,
p_crit_press in number,
p_crit_vol in number,
p_norm_bp in number,
p_melt_pt in number,
p_lmv in number )

begin

Can someone tell me why I get this error?

TIA
Zahid Khan Received on Mon Aug 09 1999 - 12:02:27 CDT

Original text of this message

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