MINI MINI MANI MO
Rem BEGIN SQL_FILE_METADATA
Rem SQL_SOURCE_FILE: javavm/install/jvmrelod.sql
Rem SQL_SHIPPED_FILE: javavm/install/jvmrelod.sql
Rem SQL_PHASE: DOWNGRADE
Rem SQL_STARTUP_MODE: UPGRADE
Rem SQL_IGNORABLE_ERRORS: NONE
Rem END SQL_FILE_METADATA
-- actions to complete downgrade of JVM to 12.2.0 once 12.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 12.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();
OHA YOOOO