Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to drop a system event trigger - endless loop?

RE: How to drop a system event trigger - endless loop?

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Tue, 05 Jun 2001 23:00:33 -0700
Message-ID: <F001.0031D5B9.20010605222551@fatcity.com>

You can also set the hidden parameter _system_trig_enabled=FALSE in your init file.

The use of this parameter is discussed in the documentation (Chapter 7 of the 817 migration guide) and "it disables any system triggers (the new Oracle8i event triggers) you may have in your database".

Quote is from
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_datab ase_id=FOR&p_id=178529.999.

Regards,
Bruce

-----Original Message-----
Sent: Wednesday, 6 June 2001 3:00

you could also do
svrmgrl> alter trigger trigger_name disable;

> ----------
> From: Rachel Carmichael[SMTP:carmichr_at_hotmail.com]
> Sent: Tuesday, June 05, 2001 11:01 PM
>
> 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>
> >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: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.com.au

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 Wed Jun 06 2001 - 01:00:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US