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

Thread: load jvm

  1. #1
    Join Date
    Jan 2003
    Posts
    40

    load jvm

    Hi everyone ,
    I want to reload JVM in ORACLE 9.2.0.X
    When I try to execute the sql
    @/oracle/product/OraHome9/rdbms/admin/rmaqjms.sql

    into this script exists this sentences.
    call sys.dbms_java.dropjava('-s rdbms/jlib/aqapi.jar')

    and give me this error
    ERROR at line 1:
    ORA-06576: not a valid function or procedure name
    call sys.dbms_java.dropjava('-s rdbms/jlib/jmscommon.jar')

  2. #2
    Join Date
    Oct 2001
    Location
    GA, USA
    Posts
    79
    As far as I recollect my memory there is bug and to avoid ora-6576 you need to edit the RMJVM.SQL script and change line "call rmjvm.run(true)" to "execute rmjvm.run(true)". Make sure to search on metallink.oracle.com.

    Cheers
    Circumstances do not rise to meet our expectation. Embrace what you actually get. Open your eyes. See things for what they really are Thereby sparing yourself the pain of false attachements.

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