User Tools

Site Tools


recompile_invalid_objects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
recompile_invalid_objects [2018/12/08 12:49] – created 0.0.0.0recompile_invalid_objects [2019/01/30 11:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Recompile_invalid_objects ======+  * Connect to an Oracle database as user //sys//
  
-*Connect to an Oracle database as user //sys// +  * Check to see how many objects are invalid: 
-  +<code>
-*Check to see how many objects are invalid:+
  select count('e') from dba_objects where status='INVALID';  select count('e') from dba_objects where status='INVALID';
-  +</code> 
-*Recompile all invalid objects:+ 
 +  * Recompile all invalid objects: 
 +<code>
  exec utl_recomp.recomp_serial();  exec utl_recomp.recomp_serial();
 +
recompile_invalid_objects.1544273361.txt.gz · Last modified: 2018/12/08 12:49 by 0.0.0.0

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki