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: How to revoke delete right from my own table

RE: How to revoke delete right from my own table

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Mon, 14 Jun 2004 13:55:33 -0400
Message-ID: <A186CBDC8B1D61438BC50F1A77E91F7309B6193D@xchgbrsm1.corp.espn.pvt>


Create a trigger on delete and raise exception ...

Raj




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. select standard_disclaimer from company_requirements; QOTD: Any clod can have facts, having an opinion is an art !

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

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of dba1 mcc Sent: Monday, June 14, 2004 1:42 PM
To: oracle-l_at_freelists.org; oracledba_at_LazyDBA.com Subject: How to revoke delete right from my own table

I have ORACLE database 9.2.0.5 under Solaris 8. I created a table and load data into it. After data load, I tried to "revoke delete" right from table and get error meesage. The message said I can NOT revoke right whiich table I created. I only need update and insert right after I load data. I want revoke "delete" right to prevent accident delete or truncate the data. Does there has way to do it?

Thanks.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Mon Jun 14 2004 - 12:52:48 CDT

Original text of this message

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