ORA-06502: PL/SQL: Numeric Or Value Error: Character String Buffer Too Small
Sometimes you get this error if you insert a character/string in a numeric column or vice versa.
It happens when the field size is smaller than the length of the string you try to store.
Check the length of each column which is going to insert. There is a column having length less than the value you are going to insert.
No comments:
Post a Comment