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

Thread: Does Oracle RDBMS requires Java Virtual Machine to run

  1. #1
    Join Date
    Nov 2000
    Posts
    224
    Does Oracle RDBMS kernel (8i) requires Java Virtual Machine to run it.

    In what situation Java related objects are created in Dictionary?

    Does Java Tools (JDeveloper) creates any Objects in Data Dictionary?

  2. #2
    Join Date
    Oct 2000
    Location
    Charlotte, USA
    Posts
    330
    Hi Sharma,
    it will not create any of the java objects initailly..
    You have to create those java objects based on your requirement by running inijvm.sql .....it is available under $ORACLE_HOME/javavm/install/initjvm.sql..

    we generally (need to) run for the protal/any of the java applications...
    we can even check dba_objects for the obkjects like '%JAVA%' ....and the count(*) should return >8000...then you are fine.Otherwise deinstall and reinstall..
    Thanks.
    Thanigaivasan.

  3. #3
    Join Date
    Oct 2000
    Location
    Charlotte, USA
    Posts
    330
    I am sorry it is portal not protal...
    Thanigaivasan.

  4. #4
    Join Date
    Mar 2001
    Location
    New York , New York
    Posts
    577
    Originally posted by Sharma
    Does Oracle RDBMS kernel (8i) requires Java Virtual Machine to run it.

    In what situation Java related objects are created in Dictionary?

    Does Java Tools (JDeveloper) creates any Objects in Data Dictionary?
    jserver is not mandatory. You can skip its installation if you want to .

    You need to install in in specific situations for example if you want to use Oracle intermedia or java stored procedures.

    Java related objects will be created only when you install jserver.

    I dont know the deal with jdeveloper. Somebody else might be able to throw some light on that for you.

    Ronnie
    ronnie_yours@yahoo.com

    You can if you think you can.

  5. #5
    Join Date
    Nov 2000
    Posts
    224
    Thankyou All.

  6. #6
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by thanigai
    You have to create those java objects based on your requirement by running inijvm.sql .....it is available under $ORACLE_HOME/javavm/install/initjvm.sql..

    That is enough in 9i. Below 9i, there is a little more in order to install JVM :-)
    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