Need to move FGA out of SYSAUX
exec DBMS_AUDIT_MGMT.SET_AUDIT_TRAIL_LOCATION(audit_trail_type => DBMS_AUDIT_MGMT.AUDIT_TRAIL_FGA_STD, audit_trail_location_value => 'AUDITAUX');
Did not return any error, but DBA_AUDIT_MGMT_CONFIG_PARAMS still shows that FGA uses SYSAUX.
Need to move FGA out of SYSAUX