Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

catupgrd.sql "hangs" in out-of-place upgrade from 11.2.0.2 to 11.2.0.4

edited Sep 23, 2013 4:21AM in Database Install/Upgrade/Opatch (MOSC) 4 commentsAnswered
Linux x86-64

Out-of-place upgrade from 11.2.0.2 to 11.2.0.4.0 (p13390677)

The 11.2.0.4.0 upgrade script catupgrd.sql gets this far and hangs:

SQL>
SQL> -- Load all the Java classes
SQL> begin if initjvmaux.startstep('CREATE_JAVA_SYSTEM') then
  2    initjvmaux.rollbacksetup;
  3    commit;
  4    initjvmaux.rollbackset;
  5    initjvmaux.exec('create or replace java system');
  6    commit;
  7    initjvmaux.rollbackcleanup;
  8    initjvmaux.endstep;
  9  end if; end;
 10  /

It may be working through it, but if so it is EXTREMELY slow.  Question:  Can I simply re-run it, or do I have to start from scratch?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center