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

Thread: Java VM Script

  1. #1
    Join Date
    Apr 2001
    Posts
    60

    Java VM Script

    Hi
    When i try to run the Java VM Script, initjvm.sql, the following error occured.

    ORA-04031: unable to allocate 4032 bytes of shared memory ("shared
    pool","java/lang/ObjectSYS","joxlod: in ehe","ioc_allocate_pal")

    The oracle document says it is not the problem with shared pool size but with the java pool size and advices to increase the size. i have increased the java pool size value in init.ora. still i face the same problem?

    java_pool_size is 75 mb.

    what could be the problem
    rammi

  2. #2
    Join Date
    Aug 2000
    Location
    Singapore
    Posts
    323
    To install JVM, you must meet the following:

    SHARED_POOL_SIZE >= 65M
    JAVA_POOL_SIZE >= 50M
    least 50M free in the SYSTEM tablespace
    250M of rollback segment space

    Set the above, and de-install(rmjvm) and re-install.


    Hope this helps
    Nagesh

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938

    Re: Java VM Script

    Originally posted by ramya_ram
    Hi
    When i try to run the Java VM Script, initjvm.sql, the following error occured.

    ORA-04031: unable to allocate 4032 bytes of shared memory ("shared
    pool","java/lang/ObjectSYS","joxlod: in ehe","ioc_allocate_pal")

    The oracle document says it is not the problem with shared pool size but with the java pool size and advices to increase the size. i have increased the java pool size value in init.ora. still i face the same problem?

    java_pool_size is 75 mb.

    what could be the problem
    After ORA-04031, even if you fixed logically the problem, i.e., increasing the JAVA_POOL_SIZE, you need to uninstall JVM and install again from scratch.
    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