Report Builder fatal error on PL/SQL

Asked By 70 points N/A Posted on -
qa-featured

Hi,

I am using Report Builder and recently get the error using this program. I can’t understand this error properly so I need your help to find out the resolution. The error says “REP-1401: ‘cf_3formula’:Fatal PL/SQL error occurred”. Help me! Thanks.

Report Builder

REP-1401: ‘cf_3formula’:Fatal PL/SQL error occurred. ORA:06502:PL/SQL:numeric OR value error%s.

SHARE
Answered By 0 points N/A #187908

Report Builder fatal error on PL/SQL

qa-featured

Hi Marilou,

Like mentioned in the error, there is some problem with the cf_3formula. This maybe causing a stack overflow to happen. You need to verify the cf_3formula and check the size and data type. If it is a formula, check the resulting data or value. If it is a variable, check the size of the variable that you have declared and see if some values exceed this size.

Related Questions