Hello all,
I am in the process of upgrading Oracle 12.2 database to 19c, using DBUA. The upgrade assistant gives the below warning.
Oracle Unified Audit records present in the OS spillover audit files must be loaded to the database audit table before database upgrade to ensure they can be read after upgrade. For more information, refer to "LOAD_UNIFIED_AUDIT_FILES Procedure" in Database PL/SQL Packages and Types Reference.
But the puzzling part is, we never enabled unified auditing. select * from v$option where PARAMETER = 'Unified Auditing'; -- is "FALSE"
And our AUDIT_TRAIL is set to "DB"
Any idea which unified audit records it is referring to...
thanks, Geeta