KINS_PED
This table stores deployment information for hotfix patches.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
PED_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
DEPLOYMENT_ID |
NULLABLE |
VARCHAR2(100) |
Name of the hotfix patch |
|
NODE |
NULLABLE |
VARCHAR2(100) |
Name of PPM nodes that deploy the hotfix patch |
|
MACHINE_NAME |
NULLABLE |
VARCHAR2(100) |
Name of machines that deploy the hotfix patch |
|
STATUS |
NULLABLE |
VARCHAR2(16) |
Status of hotfix patch
deployment. The value could be |
|
DEPLOY_DATE |
NULLABLE |
DATE |
Deployment date of the hotfix patch |
|
H_FILE_PATH |
NULLABLE |
VARCHAR2(512) |
Absolute path of the deployed files |
|
H_FILE_SIZE |
NULLABLE |
NUMBER |
Size (in bytes) of the deployed files |
| H_FILE_MD5 | NULLABLE | VARCHAR2(64) | MD5 of the deployed files |
| OLD_F_PATH | NULLABLE | VARCHAR2 (512) | Absolute path of the overridden deployed files |
| OLD_F_SIZE | NULLABLE | NUMBER | Size (in bytes) of the overridden deployed files |
| ABS_PATH | NULLABLE | VARCHAR2 (512) | Path of deployed files from applications domain |
| FILE_TYPE | NULLABLE | VARCHAR2(32) | Type of deployment for patch extraction. The value could be fs_war, fs_home, and fs_multiserv. |
| SEQ | NULLABLE | NUMBER | Sequence of the deployed hotfix patch |
| VERSION | NULLABLE | VARCHAR2(20) | Version of PPM Center release |
Indexes
This table does not have any indexes.
Sequences
This table does not have any sequences.

