Oracle Select Views invalid

SELECT owner, object_type, object_name
FROM all_objects
WHERE status = 'INVALID'

Determined Dunlin