DEPLOYMENT_PLAN_LOG
This table provides a list of deployment plan execution logs. For details such as CAR file name and operation steps, see the DEPLOYMENT_PLAN_DETAIL_LOG table.
Users see no rows unless they have ACCESS_TOOLS right. If they have this right, they see all rows.
Note: Unlike most system tables, this table is under /system/deployment in the Studio resource tree.
|
Column |
TDV JDBC Data Type |
Nullable |
Description |
|
LOG_ID |
INTEGER |
|
Log identifier of the deployment plan. |
|
FROM_SITE |
VARCHAR(2147483647) |
|
Source site. |
|
TO_SITE |
VARCHAR(2147483647) |
|
Target site. |
|
DEPLOYMENT_PLAN_ID |
INTEGER |
|
Identifier for the deployment plan. |
|
DEPLOYMENT_PLAN_NAME |
VARCHAR(255) |
|
Name given to the deployment plan. |
|
USER_NAME |
VARCHAR(2147483647) |
|
Name of the user who executed the plan. |
|
START_TIME |
TIMESTAMP |
|
Start time. |
|
END_TIME |
TIMESTAMP |
|
End time. |
|
STATUS |
VARCHAR(2147483647) |
|
Status of the deployment plan. |
|
MESSAGE |
VARCHAR(2147483647) |
|
Message to accompany the deployment plan. |