Hi! All experts:
We just turned on Audit_Trail = DB. Recently, we are trying to create audit reports for the following actions:
ALTER PROFILE
CREATE ROLE
CREATE USER
ALTER USER
DROP USER
GRANT OBJECT
REVOKE OBJECT
In the DBA_Audit_Trail, it records the Action_Name, Obj_Name and Grantee, but it doesn't record the details such as
what object/system privileges have been granted to the roles or users, what attributes of the profiles have been changed, what roles/profile have been granted to the users, ...etc. We looked up other views related to auditing, but couldn't find any detail information either.
Does anyone know how to do it? Thanks in advance!!!
We just turned on Audit_Trail = DB. Recently, we are trying to create audit reports for the following actions:
ALTER PROFILE
CREATE ROLE
CREATE USER
ALTER USER
DROP USER
GRANT OBJECT
REVOKE OBJECT
In the DBA_Audit_Trail, it records the Action_Name, Obj_Name and Grantee, but it doesn't record the details such as
what object/system privileges have been granted to the roles or users, what attributes of the profiles have been changed, what roles/profile have been granted to the users, ...etc. We looked up other views related to auditing, but couldn't find any detail information either.
Does anyone know how to do it? Thanks in advance!!!