Hi,
we have Oracle Database 12c Release 12.1.0.1.0 - 64bit Production SE1 edition. Wish to use UNIFIED AUDIT TRAIL in different TABLESAPACE then SYSAUX.
we have try
BEGIN
dbms_audit_mgmt.set_audit_trail_location(
audit_trail_type => dbms_audit_mgmt.audit_trail_unified,
audit_trail_location_value => 'DB_AUDITTS');
END;
but got error ORA-46099: Feature unsupported or not implemented. Suppose it is because SE1 does not support partitioning. Is there a way how to do this?
Best regards.