Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

question on unified auditing and the warning I got during 19c upgrade

user10207670Jul 8 2020 — edited Aug 2 2020

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

Comments

Post Details

Added on Jul 8 2020
3 comments
3,671 views