Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to enable Java on ORACLE 9ir2 database???
Mike
How are you planning to use Java? Generally, there are 3 ways:
1. Java stored procedures, like PL/SQL stored procedures. This is where the
java_pool_size setting becomes very important. Otherwise, set it low after
installation so it doesn't waste memory. Most sites don't seem very
interested in Java stored procedures, as near as I can tell.
2. Java thick client
3. Java thin client
Either way, you probably have an application server installed somewhere,
like Oracle 9i A.S., Tomcat, BEA WebLogic, etc. For #2 and #3 you don't need
to do anything in Oracle. #3 doesn't even use SQL*Net, from what I can see.
The A.S. administrators will probably want to do connection pooling, so they
will ask you to create a login with broad access so several applications can
use it.
Dennis Williams
DBA, 40%OCP, 100% DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
From: mike mon [mailto:mccdba_at_yahoo.com]
Sent: Monday, March 24, 2003 1:44 PM
To: Multiple recipients of list ORACLE-L
Subject: How to enable Java on ORACLE 9ir2 database???
We have ORACLE 9ir2 on SUN Solaris. We plan to use Java on ORACLE very soon and need you help.
Thanks.
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Mon Mar 24 2003 - 14:31:35 CST
![]() |
![]() |