The log field mapping table associates access log fields with the database column names. Configure the log field mapping table using the dsconfig tool, which generates a DDL file that you can import into your database. The DDL file is generated when you create the JDBC Log Publisher.
To uniquely identify a log record, you should map the following fields:
timestamp
startupid
message-type
connection-id
operation-type
instance-name
Note:
The table name is not part of this mapping.
The PingDirectory server also provides these options that you can select for creating a log field mapping table:
- Complete JDBC Access Log Field Mappings
- Maps all 52 object properties.
- Complete JDBC Error Log Field Mappings
- Maps all 8 object properties.
- Simple JDBC Access Log Field Mappings
- Maps a common set of object properties.
- Custom JDBC Access Log Field Mappings
- Create a custom set of JDBC log field mappings.
- Custom JDBC Error Log Field Mappings
- Create a custom set of JDBC error log field mappings.