Oracle Scripts To Recompile Invalid Objects

August 11, 2013

One of the classic problems a DBA can have is invalid objects. If a view becomes invalid, any other objects using that view, such as a procedure, also become invalid. Then when the procedure is called, it will not run.

Some scripts that have been useful to me are:

invalid.sql:

Read the rest of this entry »