Auditing insert, update, select, delete on a table [message #174544] |
Mon, 29 May 2006 08:27 |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
Hi
I need to have a detailed audit on ALL activities of a table..ie I need to know all the SELECT, INSERT,UPDATE, DELETE against the table(DDLs against the table need not be audited..)
how can this be done? it should be such that the exact sql statement fired against the table should be captured..can this be done via fga or some other means?
appreciate ur help..
|
|
|
|
|
Re: Auditing insert, update, select, delete on a table [message #174603 is a reply to message #174596] |
Tue, 30 May 2006 01:13 |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
thank you very much, Littlefoot,Girish. This inputs are very useful...
Littlefoot, ur script takes care of insert, update or delete, but what about select? how select queries against a table can be audited? simple db audit perhaps may not be the solution , becoz it is necessary to capture exact sql being fired againt the table..
|
|
|
|
|