Database Utilities (MOSC)

MOSC Banner

How to enable AUDIT_TRIAL in DB 19c

Hi,

We are using the application 12.2.10 and DB 19C. We need to enable the AUDIT_TRIAL in database. For this enable we got the below document in oracle support.

In that document, we have updated the sql which is mentioned below,

The following statement sets the db value for the AUDIT_TRAIL parameter. The new value takes effect after the database is restarted.

CopySQL> alter system set AUDIT_TRAIL=db scope=spfile;System altered.

But when we check the below sql for audit is enable or not,

To Confirm if you have enabled Pure Unified Auditing:

SQL> select parameter,value from v$option where parameter='Unified Auditing'; (it should say TRUE)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center