7.60 V$ASM_AUDIT_CONFIG_PARAMS

In an Oracle Automatic Storage Management (Oracle ASM) instance, V$ASM_AUDIT_CONFIG_PARAMS displays information about the currently configured audit trail properties that are used by the DBMS_AUDIT_MGMT package.

In a database instance, V$ASM_AUDIT_CONFIG_PARAMS displays no rows.

Column Datatype Description

PARAMETER_NAME

VARCHAR2(64)

Name of the property

PARAMETER_VALUE

VARCHAR2(64)

Value of the property

AUDIT_TRAIL

VARCHAR2(64)

Audit trails for which the property is configured: OS AUDIT TRAIL and UNIFIED AUDIT TRAIL

PARAMETER_UNITFoot 1

VARCHAR2(64)

Provides description of units of audit properties (file size in KB and file age in day(s))

CON_ID

NUMBER

The ID of the container to which the data pertains. Possible values include:

  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data

For this view, the value is always 0.

Footnote 1 This column is available starting with Oracle Database release 19c, version 19.1.

See Also: