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.1544273361.txt.gz · Last modified: 2018/12/08 12:49 by 0.0.0.0
