Dear Experts
I am trying to execute oracle procedure mapped to a Java stored procedure but I am receiving the following error:
ORA-29532: Java call terminated by uncaught Java exception:
System error : java/lang/UnsupportedClassVersionError
I am using Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit
I compiled the source using the Java latest version "Java SE 7u15" and I understand that Oracle 11g R2 is using java 5.0 or 1.5, and since the program is executed from Oracle PLSQL. do I need to downgrade the compile version to 1.5 will that help in solving this issue
Any suggestions will be appreciated