-1

AUD$ table holds all the database audit information in Oracle Database. And by default it resides in SYSTEM tablespace.

From research I know that using DBMS_AUDIT_MGMT, it is possible to move the AUD$ table to the other tablespace.

My question is, whether or not it is supported by Oracle? And will there be any issues if I move the AUD$ table out of SYSTEM tablespace?

Jeethu
  • 169
  • 7

1 Answers1

2

Yes. (see Doc ID 1328239.1 f from Oracle Support)

Sergiu Velescu
  • 500
  • 3
  • 9