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 -> Re: rmjavavm.sql error

Re: rmjavavm.sql error

From: Knut Talman <knut.talman_at_mytoys.de>
Date: Wed, 08 May 2002 11:03:48 +0200
Message-ID: <3CD8E9F4.B9523108@mytoys.de>


Greg wrote:
>
> 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.

The errors can be ignored as the code tries to remove some permissions from dba_java_policy. You are removing everything so don't care about it.

Regards,

Knut Received on Wed May 08 2002 - 04:03:48 CDT

Original text of this message

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