invalid.sql

column owner format a11
column object_name format a30
select owner, object_name, object_type, status
from dba_objects where status <> 'VALID'
/