Audit DDL changes of objects in EBS database
Hi Team!
I have setup traditional audit audit_trail=DB in our 12.1.0.2.0 database and currently i do have some questions for you guys.
Every alter of procedure, view, function, package is recorded as create under the action_name column in dba_audit_trail view? I assume this is because of using create or replace during those objects change?
Our internal auditors want to have track about every DDL in our database, and track of last login session of database users.
Currently i have enabled these audits:
ALTER ANY PROCEDURE BY ACCESS
ALTER TABLE BY ACCESS
CREATE ANY TABLE BY ACCESS