HI everyone,
I an getting the following errors when i execute my procedure.
SQL> exec PROCEDURE_NAME
BEGIN PROCEDURE_NAME; END;
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "PROCEDURE_NAME ", line 164
ORA-01438: value larger than specified precision allows for this column
ORA-06512: at line 1
I am using oracle 9i and sqlplus to execute the procedure.
I even tried setting the serveroutput on and increasing the size to some 1000000. But i still get the same errors.
I dont understand what to do.
any help will be appreciated.
thanks in advance
nabh4u.
I an getting the following errors when i execute my procedure.
SQL> exec PROCEDURE_NAME
BEGIN PROCEDURE_NAME; END;
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "PROCEDURE_NAME ", line 164
ORA-01438: value larger than specified precision allows for this column
ORA-06512: at line 1
I am using oracle 9i and sqlplus to execute the procedure.
I even tried setting the serveroutput on and increasing the size to some 1000000. But i still get the same errors.
I dont understand what to do.
any help will be appreciated.
thanks in advance
nabh4u.
Comment