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 ?