COGIPF_ANNOTATIONSERVICE Table

Stores audit information about Annotation service operations.

For more information, see System Performance Metrics.

Table 1. COGIPF_ANNOTATIONSERVICE table columns, descriptions, and data types

Column name

Description

Data type

COGIPF_HOST_IPADDR

The host IP address where the log message is generated

VARCHAR (128)

COGIPF_HOST_PORT

The host port number

INTEGER

COGIPF_PROC_ID

The process ID assigned by the operating system

INTEGER

COGIPF_LOCALTIMESTAMP

The local date and time when the log message was generated

TIMESTAMP

COGIPF_TIMEZONE_OFFSET

The time zone, offset from GMT

INTEGER

COGIPF_SESSIONID

The alphanumeric identification of the user session

VARCHAR (255)

COGIPF_REQUESTID

The alphanumeric identification of the request

VARCHAR (255) NOT NULL

COGIPF_STEPID

The alphanumeric identification of the step, empty if none

VARCHAR (255)

COGIPF_SUBREQUESTID

The alphanumeric identification of the subrequest.

VARCHAR (255)

COGIPF_THREADID

The alphanumeric identification of the thread where the request is run

VARCHAR (255)

COGIPF_COMPONENTID

The name of the component that generates the indication

VARCHAR (64)

COGIPF_BUILDNUMBER

The major build number for the component that generates the indication

INTEGER

COGIPF_LOG_LEVEL

The level of the indication

INTEGER

COGIPF_OPERATION

The action performed on the object

VARCHAR (255)

COGIPF_TARGET_TYPE

The target type

VARCHAR (255)

COGIPF_TARGET_PATH

The object path

VARCHAR (1024)

COGIPF_ANNOTATION

The alphanumeric identification of the annotation

BIGINT

COGIPF_USER

The userid of the user who performed the operation on the annotation, for example, create, update, or delete.

VARCHAR (1024)

COGIPF_PARENT_ID

The identification of the parent object

VARCHAR (1024)

COGIPF_CREATION_TIME

The date and time when the annotation was created

TIMESTAMP

COGIPF_UPDATE_TIME

The date and time when the annotation was updated

TIMESTAMP