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

Home -> Community -> Usenet -> c.d.o.server -> Re: Bypassing a startup trigger

Re: Bypassing a startup trigger

From: DA Morgan <damorgan_at_psoug.org>
Date: Sat, 10 Dec 2005 12:48:39 -0800
Message-ID: <1134247717.827293@jetspin.drizzle.com>


BD wrote:
> Is there any way to bypass a database startup trigger?
>
> What if someone inadvertently codes something in a startup trigger
> which causes problems? Like (silly example, but just to make the point)
> invokes an infinite loop or grabs absurd amounts of server resources?

edit init.ora and put in the following:
_SYSTEM_TRIG_ENABLED=FALSE conn / as sysdba

recompile the spfile
CREATE spfile FROM pfile='your_init_dot_ora';

startup

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Sat Dec 10 2005 - 14:48:39 CST

Original text of this message

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