audsys.aud$unified filling up on 19c database not sure why
Hello,
We have a database that was upgraded from 12.2 to 19c. We noticed that the audsys.aud$unified table is getting very large and are not sure why audit data is even being written to this table. These are our audit parameters:
above from audit_unified_enabled_policies
unified auditing is FALSE in v$option
From: Administering the Audit Trail (oracle.com) under 28.1.9 Disabling Unified Auditing
I see that you can disable it but do you have to shut it down and relink if it's already set to false? Can I just do
NOAUDIT POLICY ora_secureconfig BY USER;
Thanks.