10 pts.
 Numeric value error
How to solve this Error ORA-06502: PL/SQL: numeric or value error: character string buffer too small.

Software/Hardware used:
software
ASKED: March 15, 2013  4:59 AM
UPDATED: March 15, 2013  12:13 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,380 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Solve it by using a larger string buffer or by performing string operations on strings with fewer characters.
 
That should be obvious from the error message. A more specific response could be possible, but you didn’t show us any code that threw the error. If we don’t see the code, we can’t say how it might be fixed.
 
Tom

 107,735 pts.