Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: audit alter table add column and drop column
aman.oracle.dba wrote:
> sybrandb wrote:
> First of understand my question. I want to audit alter table command > with column name, which I was not able to do with audit command. > Because alter any table for audit is there but it was not auditing. > Check and then give suggestions.
> Check and then give suggestions.
Use a DDL Trigger
You can build what you want by working from the demos in Morgan's Library at www.psoug.org (scroll down to DDL Triggers).
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Jan 04 2007 - 10:39:58 CST