COGIPF_PARAMETER Table
The COGIPF_PARAMETER table contains the following
columns.
| 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) |
