hi all,
database verion:
SQL> select banner from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE 11.2.0.4.0 Production
TNS for 64-bit Windows: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production
downloaded javax.mail.1.6.2.jar from GitHub and trying to load with below command: ( loading with SYS user credentials )
loadjava -u sys/oracle@orcl -o -r -v -f -noverify -synonym -g public javax.mail-1.6.2.jar
Errors: ( various times )
ORA-29534: referenced object [ object names ] could not be resolved
mentioned above [ object names ] because these are various errors with those class names.
please help/guide, what are the requirements to load java in DB, is there any permissions required? is there any dependency's requried?
regards