how to compile invalid MATERIALIZED VIEW ?
775823Feb 8 2011 — edited Feb 8 2011How to compile invalid MATERIALIZED VIEW ?
SQL> select owner,object_type,COUNT(*) from dba_objects where status='INVALID' group by owner, object_type;
OWNER OBJECT_TYPE COUNT(*)
----- ------------------- ----------
APPS MATERIALIZED VIEW 45
DB is Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production