Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to drop a system event trigger - endless loop?
you could also do
svrmgrl> alter trigger trigger_name disable;
> ----------
> From: Rachel Carmichael[SMTP:carmichr_at_hotmail.com]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Tuesday, June 05, 2001 11:01 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: How to drop a system event trigger - endless loop?
>
> go in through svrmgrl or connect via sqlplus using / as sysdba
>
> this will log you in without executing the trigger and you can then drop
> it
>
>
> >From: "Andor, Gyula" <gy.andor_at_euromacc.hu>
> >Reply-To: ORACLE-L_at_fatcity.com
> >To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> >Subject: How to drop a system event trigger - endless loop?
> >Date: Tue, 05 Jun 2001 07:20:38 -0800
> >
> >Hi Gurus !
> >
> >I created a trigger on logon event. The trigger seems to be falling into
> an
> >endless loop, so I can't login. How colud I drop this trigger. I created
> >this trigger with ON DATABASE clause.
> >
> >Thanks in advance
> >Gyula
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >--
> >Author: Andor, Gyula
> > INET: gy.andor_at_euromacc.hu
> >
> >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> >San Diego, California -- Public Internet access / Mailing Lists
> >--------------------------------------------------------------------
> >To REMOVE yourself from this mailing list, send an E-Mail message
> >to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> >the message BODY, include a line containing: UNSUB ORACLE-L
> >(or the name of mailing list you want to be removed from). You may
> >also send the HELP command for other information (like subscribing).
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rachel Carmichael
> INET: carmichr_at_hotmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rahul INET: rahul_at_ratelindo.co.id Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jun 05 2001 - 23:19:40 CDT
![]() |
![]() |