Try to run this script as sys (or internal in svrmgr)
@$ORACLE_HOME/rdbms/admin/catexp
Printable View
Try to run this script as sys (or internal in svrmgr)
@$ORACLE_HOME/rdbms/admin/catexp
Just for your information:
I run the script "$ORACLE_HOME/javavm/install/initdbj.sql" as internal to create the package "DBMS_JAVA", which is required if java is enable. The error ORA-00904 and ORA-0008 are complaining about the procedure "DBMS_JAVA.LONGNAME". The file is located in http://technet.oracle.com. Looking for NOTE:1017276.102.
It is very strange, I never encountered this error before. Anyway, thanks to all of you for your help.