Enabling unified auditing on oracle 18 and 19
We're planning to use unified auditing (UA) on our databases (version 18 and 19 on redhat). Does anyone know the importance of the database being shutdown while enabling the UA executable? Why must the database be shut down?
make -f ins_rdbms.mk uniaud_on ioracle ORACLE_HOME=$ORACLE_HOME
(ref https://docs.oracle.com/database/121/TDPSG/GUID-BF747771-01D1-4BFB-8489-08988E1181F6.htm#TDPSG55281 )
Thanks :)