select object_name
from dba_objects
where object_type = 'TRIGGER'
and status = 'INVALID';

Labels: ,