|
|

楼主 |
发表于 2006/9/3 20:39:48
|
显示全部楼层
I used AuditTrail a few weeks ago.you can follow below steps,if you use it first time,but if you get more detail ,please read orace userguide 115saug.pdf
1\set AuditTrail:Activate profile to Yes
2\navigate to Audit Installations Window,and enable the application you want to audit
3\navigate to Audit Groups Window todefine your audit group swhere you can specify the table you want to audit
4\navigate to Audit Tables Window to define the columns you want to audit in the table you defined in 3 step
5\Run the Audit Trail Update Tables Report to Enable Auditing,system will automatically create a table named tablename_A(audit)
6\you find the changes of audited table in tablename_A
for example:
you audit mtl_system_items
you can find information of changes in table:mtl_system_items_A |
|