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: Making a table readonly?

RE: Making a table readonly?

From: Onkarnath Tiwari <onkar.tiwari_at_in.ness.com>
Date: Tue, 20 Sep 2005 12:02:10 +0530
Message-ID: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAd81+YqJI0E2kEn/iIDqUBcKAAAAQAAAAcdN8cwpMn0eUHR6wLbmRMgEAAAAA@in.ness.com>


Can u write a trigger on the table (Before event trigger) to check for these operations and raise error when these events occur. I used this method for a couple of my tables. It may help u too.  

Thanks & Regards,  

T.Onkar Nath

Oracle DBA

Extn. : 2269

email : onkar.tiwari_at_in.ness.com


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Balakrishnan, Muru
Sent: Monday, September 19, 2005 11:38 PM To: Khemmanivanh, Somckit; Brandon.Allen_at_OneNeck.com; Oracle Discussion List Subject: RE: Making a table readonly?  

The system is already in production, the options below are remote. I was trying to find out if there was another way that I was not aware of. Thanks to all of you for your time!  

-----Original Message-----

From: Khemmanivanh, Somckit [mailto:somckit.khemmanivanh_at_weyerhaeuser.com] Sent: Thursday, September 15, 2005 12:57 PM To: Brandon.Allen_at_OneNeck.com; Balakrishnan, Muru; Oracle Discussion List Subject: RE: Making a table readonly?  

Hmm, an external table that resides on read-only media?  

Thanks!    


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Allen, Brandon
Sent: Thursday, September 15, 2005 11:49 AM To: Muru.Balakrishnan_at_echostar.com; Oracle Discussion List Subject: RE: Making a table readonly?

One option - put it in its own tablespace and make the tablespace read-only.

-----Original Message-----

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Balakrishnan, Muru
Sent: Thursday, September 15, 2005 11:43 AM To: Oracle Discussion List
Subject: Making a table readonly?

Hello Gurus,  

How to make a table read-only (even table owner should not be able to insert, update or delete) if at all possible?  

TIA Muru  

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 20 2005 - 01:34:43 CDT

Original text of this message

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