Java Stored Procedure works fine on all but one database ? Gives java.lang.ExceptionInInitializerEr
Followed
Metalink note :
How to List OS Directories and Files From PL/SQL Using a Java Stored Procedure? (Doc ID 1062927.1),
Code given works fine on 3 out of 4 databases , but errors on one with ORA-29532: Java call terminated by uncaught Java exception: java.lang.ExceptionInInitializerError on one .
Database are same version 12c , Code is the Same , No Invalid java objects , Permissions same .. so what have I missed ?