Database Version information:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
"CORE 11.2.0.3.0 Production"
TNS for Solaris: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
I have loaded a .jar into our development database (11.2.0.3) and am working through resolving the classes and making sure dependencies are loaded.
but when I try to resolve one of the classes, I get an error
ORA-29521: referenced name java/security/interfaces/ECPublicKey
could not be found
It looks like the java.security.interfaces package resides in rt.jar, which I thought should be accessible "out of the box."
I'm new to java in the database, so I'm sure I'm missing a setting or something simple. Can anyone help with this?
I can provide scripts with the specific jar files I am loading, if that's necessary.