Link to home
Start Free TrialLog in
Avatar of chalie001
chalie001

asked on

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

hi am geting error in this function ORA-06502: PL/SQL: numeric or value error: character to number conversion error
conversionerror.sql
ASKER CERTIFIED SOLUTION
Avatar of Helena Marková
Helena Marková
Flag of Slovakia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chalie001
chalie001

ASKER

i also what to pass a number in this function like 1254455
You can add input parameter to your function like this:
CREATE OR REPLACE FUNCTION GEN_CURRENT_SIN (vsInput VARCHAR2,x_numInput NUMBER) ...
i use he function