Check for unified auditing.
select parameter, value from v$option
where parameter = 'Unified Auditing';
This Scenario
if Unified Auditing = 'TRUE' then audit_trail and audit_file_dest are not
impacted and this is not a finding.
- name: stigrule_219862_value
vars:
sql_command: select param
Check for unified auditing.
select parameter, value from v$option
where parameter = 'Unified Auditing';
This Scenario
if Unified Auditing = 'TRUE' then audit_trail and audit_file_dest are not
impacted and this is not a finding.
- name: stigrule_219862_value
vars:
sql_command: select param
Hi all,
We're happy to announce that the ansible-4.6.0 package has been
released! The update contains bugfixes and new, backwards compatible
features in the contained collections.
How to get it
-
Due to a limitation in pip, if you are upgrading from Ansible 3 (or
earlier), you need t