Re: HELP HELP : ORA04080: trigger 'LOG_ERRORS-TRIG' does not exist
Date: 10 Feb 2004 00:44:04 -0800
Message-ID: <5c91cce9.0402100044.72083d15_at_posting.google.com>
After i dropped the trigger and the table created which cos the error, some of my users unable to performs certain insert, delete or updating. But others user who having a same priviledge and role as the group before, have no problem before.
pls advice me, how to diagnose or check if my db got error. Pls.
Thanz.
regards,
tracy
folke.larsson_at_bredband.net (Folke Larsson) wrote in message news:<3747d6a8.0402090907.61cdeef6_at_posting.google.com>...
> > Hi, I really need help.
> >
> > I run this script and error message appeal as below:
> >
> > drop trigger log_errors_trig;
> > drop trigger log_errors_trig
> > ERROR at line 1:
> > ORA04080: trigger 'LOG_ERRORS-TRIG' does not exist
> >
> > /
>
>
> Hello Tracy Kim
>
> Are you giving the commamd SHOW ERRORS after every compile
> or invalidation?
>
> Have you checked if there are any invalid objects by:
>
> SELECT SUBSTR(OWNER,1,15), SUBSTR(OBJECT_NAME,1,25), OBJECT_TYPE, STATUS
> FROM DBA_OBJECTS
> WHERE STATUS = 'INVALID';
>
> or something like that.
>
>
> Regards
>
> Folke Larsson
Received on Tue Feb 10 2004 - 09:44:04 CET