Enable auditing for datapump jobs
-- Create policy
oracle configurationintermediate
by OracleDba
12 views
-- Create policy
123
create audit policy expdp_aduit actions component=datapump export;
audit policy expdp_aduit;
select DBUSERNAME,DP_TEXT_PARAMETERS1 from UNIFIED_AUDIT_TRAIL where DP_TEXT_PARAMETERS1 is not null;Please to add comments
No comments yet. Be the first to comment!