My Oracle Support Banner

ORA-46099, Dbms_audit_mgmt.set_audit_trail_location Not Working (Doc ID 1925415.1)

Last updated on FEBRUARY 04, 2020

Applies to:

Oracle Database - Standard Edition - Version 12.1.0.1 and later
Information in this document applies to any platform.

Goal

Using Oracle RDBMS 12C Standard Edition and DBMS_AUDIT_MGMT  to move the Unified Audit trail to another tablespace, it fails:

sqlplus / as sysdba

create tablespace TBS_AUDIT  datafile '@path/audit2.dbf' size 100M autoextend on;

begin
  dbms_audit_mgmt.set_audit_trail_location(
  dbms_audit_mgmt.audit_trail_unified,'TBS_AUDIT');
end;
/

ORA-46099: Feature unsupported or not implemented
ORA-06512: at "SYS.DBMS_AUDIT_MGMT", line 4274
ORA-06512: at "SYS.DBMS_AUDIT_MGMT", line 488
ORA-06512: at line 2

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.