Establishment of audit for DB production

Hello

I need to have oracle audit put in place for the production database. All DML and DDL privileges are required to be auditied against the application schema.

It is therefore more generalized audit. Everything has a script that I can use for this?

can I exclude the generic application user connection from the application to the database server will be checked in this category?

Thank you

Given that you want to audit SELECT statements, you would need refined auditing (FGA).

Since you need to capture the actual data, you may be able to use FGA to both other DML statements. That will only capture the bind variable values, however, it not generally will allow you to trace the history of a particular line. If you need this kind of story, your options are to write triggers that store historical data in the history tables, use something like Oracle Total Recall , or to use Oracle Workspace Manager.

Since you want the audit trail using the real end user rather than a shared Oracle user account, the best option would be to use the proxy authentication.

Justin

Tags: Database

Similar Questions

Maybe you are looking for