Login  Register

Re: Regarding audit in EBS 12.2

Posted by VinodN on Mar 21, 2024; 1:27pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Regarding-audit-in-EBS-12-2-tp12371p12375.html

Thanks a ton, Erman! I have some follow up queries:

1)You ca enable Sign-On Audit with Maximum Details:

See "Sign-On: Audit Level" profile option --- valye "Form Audit". This captures the most detailed information, including user login/logout, responsibility used, and specific forms accessed.

Q: Will the Form Audit tell "what" the user did with that form which he/she accessed?

2)It depends.. If you want to audit the apps context (for instance apps user info), then go with the EBS audit.. EBS audit uses database triggers and shadow tables to record historical data about changes to specific tables.. DB audit as you may already know does its job internally. Note that,  EBS audit trail does not provide the performance and integrity of the audit records that can be achieved with Oracle Database Auditing.

Q: Will the DB audit link data changes to individual front-end user activities?