Search notes:

Oracle: DBA_INVALID_OBJECTS

dba_invalid_objects also comes in the variant cdb_invalid_objects. Interestingly, there is no user_invalid_objects or all_invalid_objects.
select
   *
from
   dba_invalid_objects
where
   owner = user;

See also

The column status of dba_objects.
dba_errors

Index