The error could be caused by nearly anything. Perhaps if you posted your code with the actual error stack, someone can help you with the error.
Probably you have a varchar2 in the code that is too small. The error stack should give you a line number which should point to the variable that is causing the error.




Reply With Quote