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

Thread: initjvm.sql Java VM install - compilation errors

  1. #1
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818

    initjvm.sql Java VM install - compilation errors

    Oracle 9.2.0.4.0 on Windows 2003
    sqlplus session, connected as SYSTEM

    @initjvm.sql gives the following output>

    Warning: Package Body created with compilation errors.

    call initjvmaux.drp('drop table java$rmjvm$aux')
    *
    ERROR at line 1:
    ORA-04063: package body "SYSTEM.INITJVMAUX" has errors

    call initjvmaux.drp('drop table java$rmjvm$aux2')
    *
    ERROR at line 1:
    ORA-04063: package body "SYSTEM.INITJVMAUX" has errors

    call initjvmaux.drp('drop table java$rmjvm$aux3')
    *
    ERROR at line 1:
    ORA-04063: package body "SYSTEM.INITJVMAUX" has errors

    How can I go about finding out whats gone wrong?

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    how about run those as SYS

  3. #3
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    Bingo!

    Many thanks. Initjvm comes with some good documentation and comments in the script, but nowhere does it say run as SYS.

    But I really should have thought of that, shouldn't I?

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Originally posted by JMac
    Bingo!

    Many thanks. Initjvm comes with some good documentation and comments in the script, but nowhere does it say run as SYS.

    But I really should have thought of that, shouldn't I?
    lots and lots of metalink articles do

  5. #5
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    I get the point. Sometimes I'm just too lazy to type my username and password to get onto Metalink.

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