|
C:\>loadjava -user test/test@192.168.10.1/TEST pwd.jar
Error while creating resource META-INF/MANIFEST.MF ORA-06550: line 1, column 83: PLS-00201: identifier 'NameFromLastDDL' must be declared ORA-06550: line 1, column 77: PL/SQL: Statement ignored
Error while creating class com/pti/util/base64/Base64 ORA-06550: line 1, column 91: PLS-00201: identifier 'NameFromLastDDL' must be declared ORA-06550: line 1, column 85: PL/SQL: Statement ignored
Error while creating class com/pti/util/base64/Base64Exception ORA-06550: line 1, column 91: PLS-00201: identifier 'NameFromLastDDL' must be declared ORA-06550: line 1, column 85: PL/SQL: Statement ignored
Error while creating class com/pti/util/pwd/PwdEncrypt ORA-06550: line 1, column 91: PLS-00201: identifier 'NameFromLastDDL' must be declared ORA-06550: line 1, column 85: PL/SQL: Statement ignored
The following operations failed resource META-INF/MANIFEST.MF: creation (createFailed) class com/pti/util/base64/Base64: creation (createFailed) class com/pti/util/base64/Base64Exception: creation (createFailed) class com/pti/util/pwd/PwdEncrypt: creation (createFailed) exiting : Failures occurred during processing
解决方法: 执行javavm/install/initjvm.sql
|