Property | Description |
---|---|
Parameter type |
String |
Syntax |
|
Default value |
The first default value is:
The second default value, which is used if the first default value does not exist or is unusable, is:
Both of these default values are for UNIX systems. Other platforms may have different defaults. In a multitenant container database (CDB), both of these default values will be appended with the GUID of the pluggable database (PDB) to store audit records that belong to the PDB. For example, if the PDB's GUID is ORACLE_BASE You can use the V$CONTAINERS view to query a PDB's GUID. |
Modifiable |
|
Basic |
No |
Note:
In an Oracle database that has migrated to unified auditing, the setting of this parameter has no effect.
See Oracle Database Security Guide for more information about unified auditing.
See Oracle Database Upgrade Guide for more information about migrating to unified auditing.
AUDIT_FILE_DEST
specifies the operating system directory into which the audit trail is written when the AUDIT_TRAIL
initialization parameter is set to os, xml, or xml,extended. The audit records will be written in XML format if the AUDIT_TRAIL
initialization parameter is set to xml or xml, extended. It is also the location to which mandatory auditing information is written and, if so specified by the AUDIT_SYS_OPERATIONS
initialization parameter, audit records for user SYS
.
In a multitenant container database (CDB), the scope of the settings for this initialization parameter is the CDB. Although the audit trail is provided per pluggable database (PDB) in a CDB, this initialization parameter cannot be configured for individual PDBs.
See Also:
Oracle Database Concepts and Oracle Database Administrator's Guide for more information about CDBs and PDBs
"V$CONTAINERS" for more information about the V$CONTAINERS view