-- Reload the base JAVAVM during patchset upgrade. @@initjvma call initjvmaux.set_alt_tablespace_limit(10000000); call initjvmaux.startaction('PATCHSET'); call initjvmaux.setloading(); update obj$ set status=5 where type#=29 and owner#!=0; @@jvmursc begin if initjvmaux.startstep('SETLOADED') then initjvmaux.setloaded(); initjvmaux.endstep; end if; end; / call initjvmaux.endaction_asload(); select dbms_java.full_ncomp_enabled from dual;