Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ALTER TABLE LOCK DISABLE
Thanks, Paul, I was just thinking of it as a side benefit of the ALTER
command
Larr
-----Original Message-----
From: Paul Baumgartel [mailto:paul.baumgartel_at_gmail.com]
Sent: Friday, March 25, 2005 4:08 PM
To: spatenau_at_gmail.com
Cc: Wolfson Larry - lwolfs; K Gopalakrishnan; oracle-l_at_freelists.org
Subject: Re: ALTER TABLE LOCK DISABLE
There is another way to prevent dropping tables: DDL triggers, which can trap DROP (or other DDL operations) either database-wide or in a particular schema, and prevent their completion.
On Fri, 25 Mar 2005 15:14:14 -0600, jungwolf <spatenau_at_gmail.com> wrote:
> > From: K Gopalakrishnan [mailto:kaygopal_at_gmail.com]
> > I wouldn't subscribe to DISABLE TABLE LOCKS arguement as that posses a
> > serious threat to HA operations.
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Mar 26 2005 - 15:56:31 CST