Re: How to find triggers compiled with errors

From: Holger Lehmann <lehmann_at_opitz-partner.de>
Date: Tue, 16 Nov 1999 12:40:38 +0100
Message-ID: <383142B6.D81E7500_at_opitz-partner.de>


Hello,

try this statement.

select status, object_name from user_objects where OBJECT_TYPE = 'TRIGGER' and status = 'INVALID';

CU, Holger Lehmann

Fraser Boswell wrote:

> I have a piece of PL/SQL which automatically generates a trigger for
> auditing purposes on a any chosen table. So far fine, and if it is
> disabled I also know that I can find this though All_Triggers view.
> But how can I find out if it compiled with errors, and is invalid?
> In SQL Navigator invalid triggers are flagged red, so it must be
> possible?
>
> Thanks in advance
>
> Fraser
Received on Tue Nov 16 1999 - 12:40:38 CET

Original text of this message