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 -> Questions on Oracle Database Auditing

Questions on Oracle Database Auditing

From: <premmehrotra_at_hotmail.com>
Date: 26 Jan 2005 10:42:34 -0800
Message-ID: <1106764954.600406.212550@z14g2000cwz.googlegroups.com>


I am Oracle version 8.1.6.2 on HP UNIX 11i. I cannot change my version no and answer to my question perhaps will not change if I was on a later version.

I want to audit schema changes:

I can enter:
audit create table;
audit alter table;

but get an error when I enter:
audit drop table;

I get following error:

SQL> audit drop table;
audit drop table
*
ERROR at line 1:
ORA-00956: missing or invalid auditing option

After doing some search on Google, I found that I can enter audit table
(it will automatically audit create table, audit drop table but probably not audit alter table).

Where can I see what is included with:
audit table

Also why Oracle does not like
audit drop table
in the first place.

When I look audit_actions it shows me drop table but not table. What logic Oracle is using behind the scenes.

I have read chapters on Database Auditing several times in Oracle Database Administration Guide but do not find answers there.

Prem Received on Wed Jan 26 2005 - 12:42:34 CST

Original text of this message

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