KINS_PED_OVERRIDE_DTL
This table stores overridden information for hotfix patches.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
OVERRIDE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
OVERRIDEN_DEPLOYMENT_ID |
NULLABLE |
VARCHAR2(100) |
Name of the overridden hotfix patch |
OVERRIDEN_BY |
NULLABLE |
VARCHAR2(100) |
Name of the hotfix patch |
OVERRIDEN_MACHINE_NAME |
NULLABLE |
VARCHAR2(100) |
Name of machines that deploy the overridden hotfix patch |
OVERRIDEN_NODE |
NULLABLE |
VARCHAR2(100) |
Name of PPM nodes that deploy the overridden hotfix patch |
OVERRIDEN_BY_MACHINE_NAME |
NULLABLE |
VARCHAR2(100) |
Name of machines that deploy the hotfix patch. |
OVERRIDEN_BY_NODE |
NULLABLE |
VARCHAR2(100) |
Name of PPM nodes that deploy the hotfix patch. |
OVERRIDEN_DATE |
NULLABLE |
DATE |
Deployment date of the hotfix patch. |
OVERRIDEN_PATH |
NULLABLE |
VARCHAR2(512) |
Absolute path of the overridden deployed files. |
OVERRIDEN_SEQ |
NULLABLE |
NUMBER |
Sequence of the overridden deployed hotfix patch. |
OVERRIDEN_BY_SEQ |
NULLABLE |
NUMBER |
Sequence of the deployed hotfix patch. |
FILE_TYPE |
NULLABLE |
VARCHAR2(32) |
Type of
deployment for patch extraction. The value could be |
OVERRIDEN_BY_MD5 |
NULLABLE |
VARCHAR2(64) |
MD5 of the deployed files. |
VVERSION |
NULLABLE |
VARCHAR2(20) |
Version of PPM Center release. |
Indexes
This table does not have any indexes.
Sequences
This table does not have any sequences.