Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FRM-41214: Oracle Forms/Reports problem

1,117 views
Skip to first unread message

sati_82

unread,
Aug 23, 2007, 6:17:07 AM8/23/07
to
Hi!

I'm getting the FRM-41214 error when trying to run a report from a
form. DB used is Oracle 10g. Oracle Forms & Reports are in version 10.
I know from looking on the web that there is several possible root
cause, but I think neither fits to my situation.
In my case, I'm getting the FRM-41214 error only for certain parameter
values sent to the report server (i.e. when one of the parameter is
set to '1995' reports ends with success but when the same parameter is
set to '1997' value I'm getting FRM-41214). Any idea why is it
happening? Or where to track the cause of error?

Best regards,
Krystian

sati_82

unread,
Aug 23, 2007, 7:33:50 AM8/23/07
to
Hi!

Additional information about it is that from the sever I get a
message:

"Terminated with error: REP-1401: 'pc_hold2formula': Fatal PL/SQL
error occurred. ORA-01476: divisor is equal to zero"

when executing report with error.

Best regards,
Krystian

sati_82

unread,
Aug 23, 2007, 7:34:51 AM8/23/07
to
Additional information is that from the server I get:

"Terminated with error: REP-1401: 'pc_hold2formula': Fatal PL/SQL
error occurred. ORA-01476: divisor is equal to zero"

when executing the report with error.

Best regards,
Krystian

Shakespeare

unread,
Aug 23, 2007, 8:32:56 AM8/23/07
to

"sati_82" <krys...@interia.pl> schreef in bericht
news:1187868891.0...@q4g2000prc.googlegroups.com...

The error says it all: somehow your query over 1997 causes a division by
0...... so there must be a value of 0 somewhere in your data, zero records
returned (while calculating an average) or other error in your query or
code....

Shakespeare


sati_82

unread,
Aug 24, 2007, 3:21:58 AM8/24/07
to
Thanks for your advice! In fact, in my program code there is an
attempt to divide by 0. Surly this is the cause of error.

Krystian

0 new messages