DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Oracle JVM Installation

  1. #1
    Join Date
    Apr 2002
    Location
    Shenzhen, China
    Posts
    327
    Which SQL Script should I run to enable Oracle JVM?
    Oracle Certified Master - September, 2003, the Second OCM in China
    *** LOOKING for PART TIME JOB***
    Data Warehouse & Business Intelligence Expert
    MCSE, CCNA, SCJP, SCSA from 1998

  2. #2
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    Hi

    You need to run $ORACLE_HOME/javavm/install/initjvm.sql


    Nagesh

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    8i and 9i?

    If you run 8i, then as internal run (d:\oracle\ora81 is my Oracle home directory, you will have to replace that with yours):

    @d:\oracle\ora81\javavm\install\initjvm.sql

    Then at OS level run:

    loadjava -force -verbose -user sys/password@db d:\oracle\ora81\plsql\jlib\plsql.jar

    Now, again log as internal and run:

    @d:\oracle\ora81\rdbms\admin\initplsj.sql

    In 9i, run only whatever\javavm\install\initjvm.sql!
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width