Skip to Main Content

Java and JavaScript in the Database

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!

loadjava jsch.jar failed in Oracle 12c

V PJSJan 11 2017 — edited Jan 12 2017

Hi,

I tried to load a jar file in my 12c database using the command below

loadjava -user user/passowrd /cloudfs/jsch-0.1.54.jar

but prompt error like below

Error while creating resource META-INF/MANIFEST.MF

    ORA-06550: line 1, column 87:

PLS-00201: identifier 'NameFromLastDDL' must be declared

ORA-06550: line 1, column 79:

PL/SQL: Statement ignored

The same jar file can be loaded in 11g without any error.

Is there any change in the loadjava ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2017
Added on Jan 11 2017
7 comments
3,851 views