Create a condition on Unified Audit Policy
For Oracle 19 database and newer
I have created many UA policies with conditions to filter on users, programs, and other session attributes using the sys_context. What I like to do is to filter on the command syntax for ALTER SESSION. Mainly I am not interested in the SET NLS_??? or TIME_ZONE since these are very noisy and provide no value in an audit. But things like SET CONTAINER does have audit value.
So is it possible to use the command in the WHEN clause of an AUDIT POLICY?
Jim