Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> rmjavavm.sql error

rmjavavm.sql error

From: Greg <gstarnes_at_yaya.com>
Date: 7 May 2002 18:20:30 -0700
Message-ID: <1ee8f280.0205071720.72222af7@posting.google.com>


I uninstalled the Java Virtual Machine using the rmjavavm.sql script. During the processing of the statement, I got the error:

Could anyone tell me what DBMS_JAVA.DISBLE_PERMISSION & DBMS_JAVA.DELETE PERMISSION are, and do I need to do anything more to completely remove the JVM from my server?

drop PUBLIC SYNONYM dbj_short_name
JVMRMACTION



FULL_REMOVAL
ORA-06550: line 14, column 5:
PLS-00201: identifier 'DBMS_JAVA.DISABLE_PERMISSION' must be declared
ORA-06550: line 14, column 5:

PL/SQL: Statement ignored
ORA-06550: line 15, column 5:
PLS-00201: identifier 'DBMS_JAVA.DELETE_PERMISSION' must be declared
ORA-06550: line 15, column 5:

PL/SQL: Statement ignored
Statement processed.
drop TABLE java$policy$shared$table
drop ROLE java_deploy
Statement processed. Received on Tue May 07 2002 - 20:20:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US