In this scenario, we’ll explore how to leverage mix mode auditing in Oracle Unified Auditing. Follow along as we guide you through the process step by step.
1. Verifying Unified Auditing
First, let’s verify that unified auditing is not enabled by default. Open your SQL*Plus session as a privileged user:
sqlplus / as sysdba
Then, execute the following SQL query to check the status of unified auditing:
SQL> SELECT parameter, value FROM v$option WHERE parameter = ‘Unified Auditing’;

If the output displays a ‘FALSE’ value, it indicates that unified auditing is available but not enabled by default. In this scenario, ‘FALSE’ value will not make any problem.
2. Checking Predefined Audit Policy
Next, let’s check the existence of the predefined ORA_SECURECONFIG audit policy
SQL> SELECT policy_name, audit_option FROM audit_unified_policies
WHERE policy_name = ‘ORA_SECURECONFIG’ ORDER BY audit_option;

This output will confirm whether the ORA_SECURECONFIG audit policy exists in your database.
3. Verifying Policy Status
Now, verify that the predefined ORA_SECURECONFIG audit policy is enabled by default
SQL> SELECT policy_name FROM audit_unified_enabled_policies WHERE policy_name = ‘ORA_SECURECONFIG’;

Ensure that the policy is listed, indicating that it’s enabled.
4. Verifying Audit Parameters
Finally, let’s verify all audit parameters at the instance level:
SQL> SHOW PARAMETER AUDIT;
This command will display all audit-related parameters configured for your database instance.
By following these steps, you can ensure that Oracle Unified Auditing is configured and available for use in mix mode within your database environment.
I like the efforts you have put in this, regards for all the great content.
Great information shared.. really enjoyed reading this post thank you author for sharing this post .. appreciated
Pretty! This has been a really wonderful post. Many thanks for providing these details.
Good post! We will be linking to this particularly great post on our site. Keep up the great writing
This is really interesting, You’re a very skilled blogger. I’ve joined your feed and look forward to seeking more of your magnificent post. Also, I’ve shared your site in my social networks!
Hi there to all, for the reason that I am genuinely keen of reading this website’s post to be updated on a regular basis. It carries pleasant stuff.
I really like reading through a post that can make men and women think. Also, thank you for allowing me to comment!
You’re so awesome! I don’t believe I have read a single thing like that before. So great to find someone with some original thoughts on this topic. Really.. thank you for starting this up. This website is something that is needed on the internet, someone with a little originality!