Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Audit DML statements

samiJul 22 2014 — edited Jul 23 2014

Dear All,

Am using

SQL> select * from v$version;

BANNER

----------------------------------------------------------------

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod

PL/SQL Release 10.2.0.1.0 - Production

CORE    10.2.0.1.0      Production

TNS for 32-bit Windows: Version 10.2.0.1.0 - Production

NLSRTL Version 10.2.0.1.0 - Production

I have requirement to audit all DML operation on particular schema such as

1. DML operation has been taken from which program such as toad,sqlplus ,sqldeveloper.(except JDBC connection,thin client connection, weblogic)

2. DML operation type INSERT,DELETE, UPDATE.

3. Date & Time

4. oracle user name, OS user name(if possible)

Kindly suggest me if there is any procedure,package, tools to audit above operation.

Thanks & Regards

Sami

This post has been answered by sami on Jul 23 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2014
Added on Jul 22 2014
4 comments
554 views