Roger,
The update statement:
update obj$ set status=5 where type#=29 and owner#!=0;
is run to set the status of all JAVA CLASSES (type#=29 is Java Class) NOT owned by SYS (owner#!=0) to INVALID (status=5).
When you run the "utlrp.sql" script these are recompiled.
-amar




Reply With Quote