Using a oracle function within 8.1.7, the function determines the total # claims within an age bracket. There are approx 25 age brackets. (Question is at the bottom)
The function fails when trying to calc all age brackets with the following error:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1
But the function runs successfully when I only use one or two brackets. It appears that the designated storage area for a function is set incorrect.
MY QUESTION IS: Where to I adjust the storage parameters for the function?
The function fails when trying to calc all age brackets with the following error:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1
But the function runs successfully when I only use one or two brackets. It appears that the designated storage area for a function is set incorrect.
MY QUESTION IS: Where to I adjust the storage parameters for the function?