Audit Vault Server Events and their Attributes

Oracle DBSecCentral monitors the stream of events that occur in target systems.

About Audit Vault Server Events and Attributes

Learn about Audit Vault Server events, fields, and audit records.

Monitoring the activity, the stream of events, that occur in a target system is the essence of Oracle Database Security Central. These events are described by fields. A collection of fields describing a single event that occurred on the target system is an audit record.

The following applies for Oracle Database Security Central:

Understanding Core Fields

Learn what core fields are, and what their purpose is with Oracle Database Security Central actions.

Core fields are the fundamental fields that describe an event, and most audit records contain some or all of these fields. However, not all core fields are required in every audit record.

Starting with Oracle Database Security Central release 12.1.1, the core fields which describe the actions occurred are:

See Also: Core Fields for a complete list of core fields.

CommandClass and Target Types

Learn about the core fields CommandClass and TargetType in Oracle Database Security Central.

The CommandClass and TargetType fields have well-known values, which cover a set of general-purpose events that occur in targets belonging to various domains, such as databases or operating systems.

Some examples of the CommandClass values are Logon, Select, Update, and Shutdown.

Related Topics

Other Oracle Audit Vault Fields

In addition to core fields, Oracle Audit Vault Server can interpret Large Fields, Marker fields, and Extension Fields.

About Large Fields

In Oracle Database Security Central, large fields are fields that contain arbitrarily large amount of data.

Large fields are fields that contain arbitrarily large amount of data.

Related Topics

About Extension Field

In Oracle Database Security Central, Extension fields provide a way to make target fields that do not have a semantically equivalent Oracle Audit Vault field, and do not map to Core or Large fields.

As a developer, you can determine the format used to store extension fields.

Related Topics

About Marker Fields

In Oracle Database Security Central, Marker fields provide unique identifiers of a record in an audit trail.

A marker field is constructed out of one or more fields in an audit record.

Related Topics

Storing Audit Records in Audit Vault

When you develop plug-ins for Oracle Database Security Central, Oracle recommends that you follow Oracle guidelines for storing audit records.

As a plug-in developer, you must map the various events that occur within targets, and their fields, to the various fields allowed by Oracle Audit Vault. If a field in the audit record maps to one of the named fields (core, large, or marker fields) in Audit Vault, then you should map it as such.If a field in the audit record does not map to one of the named fields, then you can map it to an extension field of your choosing.

For the Action and TargetType Oracle Audit Vault Server fields, see the list of field values. If your audit record maps to one of these values semantically, then Oracle strongly encourages you to use that value. However, you are free to use other values than the Oracle Audit Vault Server fields.

Oracle strongly encourages you to follow these basic guidelines when you store values in Oracle Audit Vault:

Finally, if you think a field in the audit record of a target merits becoming a core field, then Oracle recommends that you contact Oracle, so that this field can be reviewed and added to the model appropriately.

Related Topics