Skip to Main Content

Database Software

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!

AUDSYS.CLI_SWP$xxxxx

user3824570Jun 15 2015 — edited Jun 15 2015

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2015
Added on Jun 15 2015
1 comment
1,194 views