Patch 9.2.07 class aurora/jvm not found [message #178636] |
Thu, 22 June 2006 01:14 |
iedutz
Messages: 1 Registered: June 2006 Location: Romania
|
Junior Member |
|
|
hi
i installed patch 9.2.0.7 for Oracle 9.i, on win 2000 server. when running post installation tasks, i got error on java:
BEGIN dbms_java.set_output(10000); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_JAVA.SET_OUTPUT' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
BEGIN dbms_java.loadjava('-force -synonym -schema ORDSYS -resolve -grant PUBLIC ord/jlib/ordimsvr.jar'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_JAVA.LOADJAVA' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
BEGIN dbms_java.loadjava('-force -synonym -schema ORDSYS -resolve -grant PUBLIC ord/jlib/ordimann.jar'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_JAVA.LOADJAVA' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
also error when trying to enable Java from Database Confiratior assistant, with: class oracle/aurora/jvm/oracleruntime doest not exist.
can anyone tell me what to do?
thanks
|
|
|
|