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: Audit Drop Table

RE: Audit Drop Table

From: John Kanagaraj <john.kanagaraj_at_hds.com>
Date: Tue, 19 Mar 2002 12:23:59 -0800
Message-ID: <F001.0042DA7B.20020319122359@fatcity.com>


> How do I turn this auditing on? Something like 'Audit drop on
> scott.emp'.
> Is it possible? I am thinking, not. There are hundreds of users in the
> database, and I dont wish to turn full auditing on for all
> these users.

How about 'AUDIT DELETE ANY TABLE BY ACCESS WHENEVER SUCCESSFUL;'?? This will catch the culprit in case it was being done by someone else (DBA!!) with overriding privs. Make sure that AUDIT_TRAIL = DB (the default is NONE)

> And no drop statement exists in v$sqlarea currently. And damn

DDL statements 'degenerate' into DML statements against SYS objects, and that's why you ain't seeing them.

John Kanagaraj
Oracle Applications DBA
DBSoft Inc
(W): 408-970-7002

Grace - Getting something we don't deserve Mercy - NOT getting something we deserve

Click on 'http://www.needhim.org' for Grace and Mercy that is freely available!

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Mar 19 2002 - 14:23:59 CST

Original text of this message

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