recompile_invalid_objects
This is an old revision of the document!
Recompile_invalid_objects
*Connect to an Oracle database as user sys
*Check to see how many objects are invalid: select count('e') from dba_objects where status='INVALID';
*Recompile all invalid objects: exec utl_recomp.recomp_serial();
recompile_invalid_objects.1544130327.txt.gz · Last modified: 2018/12/06 21:05 by 91.177.234.129
