Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

oralce 11g: getting error while loading javax.mail-1.6.2.jar ORA-29534: referenced object could not

Ora_Learner890Oct 4 2019 — edited Oct 4 2019

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

Comments

Post Details

Added on Oct 4 2019
2 comments
179 views