ArithmeticException / by zero thrown by a Java Stored Proced

ChemAxon aa7c50abf8

15-07-2009 13:37:23

Java stored procedure fails with :
ORA-29532: Java call terminated by uncaught Java exception: java.lang.ArithmeticException: / by zero

The database has recently been patched.
Cause
Some RDBMS components do not have the same version as the instance.
It can be checked with :
SQL> select comp_name, status, version from dba_registry;

Solution
Execute the post-patch installation steps of the RDBMS patch.