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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to remove java from 8.1.6

RE: how to remove java from 8.1.6

From: MacGregor, Ian A. <ian_at_SLAC.Stanford.EDU>
Date: Wed, 30 Jan 2002 14:32:18 -0800
Message-ID: <F001.00401256.20020130142024@fatcity.com>

Which platform? Have you checked for rmjvm.sql in $ORACLE_HOME/javavm/install directory? There is a bug in the code. The statement

    call rmjvm.run(true)

needs to be changed to

    execute rmjvm.run(true)

If you are on NT, the file is indeed missing. See note Note:116090.1 on Metalink for its contents.

Ian MacGregor
Stanford Linear Accelerator Center
ian_at_slac.stanford.edu

-----Original Message-----
Sent: Wednesday, January 30, 2002 12:44 PM To: Multiple recipients of list ORACLE-L

Supposely there is a rmjvm in 8.1.5 to remove java. This does not exist and cannot find any reference on the utility to completely remove java so I can start over.

Thanks
Rick

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Rick_Cale_at_teamhealth.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: MacGregor, Ian A.
  INET: ian_at_SLAC.Stanford.EDU
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jan 30 2002 - 16:32:18 CST

Original text of this message

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