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: how to prevent drop on a specific table

Re: how to prevent drop on a specific table

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 23 Jun 2006 10:04:03 -0700
Message-ID: <1151082243.588370@bubbleator.drizzle.com>


PMDORAIS_at_gmail.com wrote:
> HI, i'm not a big wiz with oracle but i would like to prevent dropping
> a specfic table only for all users.
>
> How can i do that?? ps. i use Oracle9i Enterprise Edition Release
> 9.2.0.5.0 .
>
>
> Thanks!!!!

There are code examples of how to prevent this with DDL Event Triggers in Morgan's Library at www.psoug.org. Look under DDL Event Triggers.

Also look at the same technique for preventing TRUNCATE and ALTER.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Jun 23 2006 - 12:04:03 CDT

Original text of this message

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