COGIPF_PARAMETER Table

Stores parameter information logged by a component.
Table 1. COGIPF_PARAMETER table columns, descriptions, and data types

Column name

Description

Data type

COGIPF_REQUESTID

The alphanumeric identification of the request

VARCHAR (255) NOT NULL

COGIPF_STEPID

The alphanumeric identification for the step within a job run (empty if there is none)

VARCHAR (255)

COGIPF_OPERATION

The action performed on the object

VARCHAR (255)

COGIPF_TARGET_TYPE

The object on which the operation is run

VARCHAR (255)

COGIPF_PARAMETER_NAME

The name of the parameter logged by a component

VARCHAR (255)

COGIPF_PARAMETER_VALUE

The value of the parameter logged by a component

VARCHAR (512)

COGIPF_LOCALTIMESTAMP The local date and time when the log message was generated TIMESTAMP
COGIPF_SESSIONID The alphanumeric identification of the user session VARCHAR (255)
COGIPF_SUBREQUESTID The alphanumeric identification of the component subrequest VARCHAR (255)
COGIPF_PARAMETER_VALUE_BLOB The report prompt parameters and report run options NTEXT