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: Make table read-only

Re: Make table read-only

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Tue, 19 Oct 2004 17:14:07 -0400
Message-ID: <78SdndAiAMQlHujcRVn-ug@comcast.com>

"MS" <qcom_at_attbi.com> wrote in message
news:a2b6d46b.0410191235.47ef882f_at_posting.google.com...
| In addition to the trigger to disable DML, disabling table lock does
| the trick.
|
| So, for the mentioned example:
|
| SQL> alter table t disable table lock;
|
| This prevents sqlldr direct load, as well as truncate, and DDL's on
| this table (including drop table).
|
|
| -Madhu S

interesting

i don't think i've seen mentioned that the table owner can have her account disabled or create session privilege revoked -- but that affects more than just the one table, although it might fit into a broader scenario

++ mcs Received on Tue Oct 19 2004 - 16:14:07 CDT

Original text of this message

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