Database Table Collection Plug-ins

To use Oracle Audit Vault to collect audit data from the table type of trail, you can use database table collection plug-ins

Database table collection plug-ins support the collection of audit data from the table type of trail. They collect audit data from a single audit table. You can specify details of the audit table in the mapper file. These mapper files must conform to the schema.

Related Topics

Requirements for Database Table Collection Plug-ins

To use database table collection plug-ins for reading audit trails from target database tables, your data must meet Oracle Database Security Central requirements.

You can use database table collection plug-ins for reading audit trails from target database tables if your data meets the requirements for collection.

Data Requirements for Table Collection Plug-Ins toOracle Database Security Central

Related Topics

Example Audit Trail for a Database Table Collection Plug-in

This example audit trail shows the details of audit trail. This example file is used in other locations to demonstrate the creation and structure of a sample mapper file for Oracle Database Security Central.

The following table lists the structure for the hypothetical target type, DBSOURCE, that generates and stores audit data in a table AUD:

Table 1 AUD Audit Table Data Fields and Mappings

Target Field Data Type Audit Vault Server Field Map to Field Type
USER_ID varchar UserName core field
OS_USER_ID varchar OSUserName core field
ACTION int CommandClass core field
STATUS int EventStatus core field
EVENT_TIME timestamp EventTimeUTC core field
OBJ_NAME varchar TargetObject core field
OBJ_CREATOR varchar TargetOwner core field
USER_HOST varchar ClientHostName core field
SQL_TEXT clob CommandText core field
SQL_BIND clob CommandParam core field
TERMINAL varchar TerminalName extension field
DB_ID varchar extension field extension field
INSTANCE varchar extension field extension field
PROCESS int extension field extension field
SESSION_ID int marker field marker field
ENTRY_ID int marker field marker field

Not all of the target fields map to core fields. The target fields that do not map to core fields map to extension fields, or to designated marker fields, which test the uniqueness of an audit record.

Creating a Database Table Mapper File

Learn how to create an Oracle Audit Vault XML mapper file for a database table collection plug-in, and learn about each XML element and attribute used in this type of mapper file.

See Also:

Example of Creating a Mapper File for Database Table Collection Plug-ins

About Mappings for Core, Large, Extension, and Marker Fields

See Also: