Database Security Products (MOSC)

MOSC Banner

Audit alter table - DDL and drop table

edited Jun 5, 2012 6:49PM in Database Security Products (MOSC) 3 comments
I am trying to audit all DDL and table drop statement on one production schema and not working. I only see the first statement the other statement does not show up.
I would like to audit all DDL commands on all tables in a particular schema.

i ran this AUDIT ALTER ANY TABLE;

Statement:

1. ALTER TABLE STORE_APP MODIFY(NBP VARCHAR2(20));  -- this is only one shows up in SELECT * FROM dba_audit_trail.

2. ALTER TABLE STORE_APP ADD (NBP_NEW1 VARCHAR2(10));

3. ALTER TABLE T_STORE_APP DROP COLUMN REGION_ID;

4. ALTER TABLE T_STORE_APP DROP COLUMN REGION_NAME;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center