PPM_SYNC_OPERATION_DETAILS
This table stores the operation details of merging hotfixes and customizations into each node.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
PPM_SYNC_OPERATIONS |
OPERATION_ID |
OPERATION_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
OPERATION_ID |
NOT NULL |
VARCHAR (50) |
System-generated identifier (UUID) |
SERVER |
NOT NULL |
VARCHAR2 (200) |
Node name |
SRC |
NOT NULL |
VARCHAR (1000) |
File path from which the hotfix or customization files were copied from |
DEST |
NOT NULL |
VARCHAR (1000) |
File path from which the hotfix or customization files were copied to |
SRC_SIZE |
NOT NULL |
NUMBER |
Size of the source file |
DEST_SIZE |
NOT NULL |
NUMBER |
Size of the original destination file |
EXEC_DATE |
NOT NULL |
TIMESTAMP |
Execution date |