-- actions to complete downgrade of JVM to 11.2.0 once 11.2.0 is running -- reload initjvmaux to remove any dependencies on the release -- from which we were downgraded @@initjvma call initjvmaux.startaction('DOWNGRADERELOAD'); begin if initjvmaux.startstep('SETLOADING') then initjvmaux.setloading; initjvmaux.endstep; end if; end; / -- do a subset of initjvm as part of downgrade -- Just use the 11.2.0 version of the script that does partial -- initjvm for upgrade @@jvmursc begin if initjvmaux.startstep('SETLOADED') then initjvmaux.setloaded; initjvmaux.endstep; end if; end; / call initjvmaux.endaction_asload();