Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does anybody knows how to _remove_ Java option from 8i?
> 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
![]() |
![]() |