Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to install Oracle JVM on Oracle 8.1.7.
Here's an example for unix.
Don't have a Windohs example handy.
Modify this one, or check metalink.
Jared
/u01/app/oracle/product/8.1.7/bin/svrmgrl << EOF
spool /u01/app/oracle/admin/dv02/create/jvminst.log
connect internal
@/u01/app/oracle/product/8.1.7/javavm/install/initjvm.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initxml.log
@/u01/app/oracle/product/8.1.7/oracore/admin/initxml.sql
spool off
spool /u01/app/oracle/admin/dv02/create/init_jis.log
@/u01/app/oracle/product/8.1.7/javavm/install/init_jis.sql
spool off
spool /u01/app/oracle/admin/dv02/create/jisja.log
@/u01/app/oracle/product/8.1.7/javavm/install/jisja.sql
spool off
spool /u01/app/oracle/admin/dv02/create/jisaephc.log
@/u01/app/oracle/product/8.1.7/javavm/install/jisaephc.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initplgs.log
@/u01/app/oracle/product/8.1.7/rdbms/admin/initplgs.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initjsp.log
@/u01/app/oracle/product/8.1.7/jsp/install/initjsp.sql
spool off
spool /u01/app/oracle/admin/dv02/create/jspja.log
@/u01/app/oracle/product/8.1.7/jsp/install/jspja.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initplsj.log
@/u01/app/oracle/product/8.1.7/rdbms/admin/initplsj.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initjms.log
@/u01/app/oracle/product/8.1.7/rdbms/admin/initjms.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initrepapi.log
@/u01/app/oracle/product/8.1.7/rdbms/admin/initrepapi.sql
spool off
spool /u01/app/oracle/admin/dv02/create/initsoxx.log
@/u01/app/oracle/product/8.1.7/rdbms/admin/initsoxx.sql
spool off
exit;
Nirmal Kumar M <gm_nirmal_at_yahoo.com>
Sent by: ml-errors_at_fatcity.com
07/03/2003 07:15 AM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: How to install Oracle JVM on Oracle 8.1.7.
Hi all,
I want to install, oracle JVM on oracle 817 database running on NT2000 server.
I hope that initjvm.sql script has to be run under sys login. However i can't able to find that script file in my oracle home path %ORACLE_HOME%\RDBMS\ADMIN.
Let know how to proceed futher and what are the pre requisities and post requiesties for this intallation?.
Thanks.
Nirmal,.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Nirmal Kumar M INET: gm_nirmal_at_yahoo.com 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: Jared.Still_at_radisys.com 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 Thu Jul 03 2003 - 13:34:38 CDT
![]() |
![]() |