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

Thread: CREATE JAVA SYSTEM DID NOT COMPLETE SUCCESSFULLY

  1. #1
    Join Date
    Apr 2001
    Posts
    1

    Exclamation

    While performing an upgrade from 10.7 SC to 11i, the above error is observed while attempting to create the java system.
    Any ideas on resolving this issue will be immensely appreciated. Email me, please, at gerry_abreu@hotmail.com
    Thanks,
    Gerry.

  2. #2
    Join Date
    Apr 2001
    Posts
    8
    Perhaps this is of use to you.

    From Metalink note 136942.1:
    Step 4 of the Database and System Administration Upgrade Steps (Category 3 - Performing the upgrade) tells you to run addb816.sql.
    When running the addb816.sql script you could encounter the following problem duing the 'create or replace java system;' statement:
    ORA-4030 out of process memory

    Current workaround for this problem is the following:

    Run the initrjvm.sql script to remove possible left-overs.
    Start up svrmgl and login as internal
    Run the statement: "create or replace java system;" (This should now succeed without errors.)
    Comment out the above create statement in the initjvm.sql script and
    Re-run the addb816.sql script.
    See also RDBMS bugs 1022696 and 1265625.
    If this still doens't work, try increasing the MAXDSIZE (Max data size) kernel parameter or a similar parameter for you platform.

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