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: Does anybody knows how to _remove_ Java option from 8i?

Re: Does anybody knows how to _remove_ Java option from 8i?

From: <davidrice_at_my-deja.com>
Date: Wed, 01 Sep 1999 14:50:59 GMT
Message-ID: <7qjege$l07$1@nnrp1.deja.com>

> Does anybody know is it possible to remove Java _option_ from Oracle8i kernel?

I believe what you want to do is references in the following FAQ: http://www.oracle.com/java/8i/faq/815faq0009.html

Here is the piece of the FAQ that describes how to remove the JavaVM from Oracle8i completely.

*What if I dont want any JServer footprint on my server?
*To completely remove the JavaVM from the Oracle instance, you need to:
*do a custom install and make sure to deselect the JServer option. This
*will relink the oracle server without the JavaVM.
*in your init.ora, set JAVA_POOL_SIZE to 0. If this entry is simply
*omitted, it will default to 20MB, continue to be fully allocated at
*startup and not be usable by anyone.
*in your init.ora, leave SHARED_POOL_SIZE alone, you still need that.
*check your listener.ora to make sure that all GIOP and SGIOP listeners
*are disabled.
*check your init.ora to make sure that all GIOP and SGIOP dispatchers
*are disabled.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Wed Sep 01 1999 - 09:50:59 CDT

Original text of this message

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