Removing Invalid objects from dba_objects...
861979May 18 2011 — edited May 18 2011I am getting an error during the OEM install. I did "select count(*) from dba_objects where status='INVALID'" and the count was about 4550. I then ran the script from sqlplus: @$ORACLE_HOME/sysman/admin/emdrep/sql/core/latest/admin/admin_recompile_invalid.sql sysman. After that, the count was 8. I retried the install, but still get this error.
how to remove the invalid objects?
Appreciate your help.