ORA-24276: function 'string' output 'string' maximum value exceeded
ORA-19999 toORA-24279 15-85 Cause: The function<pkgname.funcname> computed a value for the output
<parmname> that exceeded the maximum allowed. This can occur whenmultiple
input parameters, each valid separately, combine to specify an invalid result.For
example, when a length parameter multiplied by a copies parameter yields atotal
length exceeding the maximum for the output datatype. Action: Correct the inputvalues to produce a result that will comply with the
limits as specified in the documentation.