DEPLOYMENT_PLAN_DETAIL_LOG
This table provides a list of detailed logs for deployment plan executions. 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 |
Nullable |
Description |
|
DEPLOYMENT_PLAN_LOG_ID |
INTEGER |
|
Log identifier of the deployment plan. |
|
FROM_SITE |
VARCHAR(2147483647) |
|
Source site. |
|
TO_SITE |
VARCHAR(2147483647) |
|
Target site. |
|
USER_NAME |
VARCHAR(2147483647) |
|
Name of the user who executed the plan. |
|
DEPLOYMENT_PLAN_NAME |
VARCHAR(255) |
|
Name given to the deployment plan. |
|
OPERATION_ID |
INTEGER |
|
Identifier of the operation. Primary key. |
|
OPERATION_TYPE |
VARCHAR(2147483647) |
|
Operation type. |
|
OPERATION_STEP |
INTEGER |
|
Operation step. |
|
OPERATION_STEP_TYPE |
VARCHAR(2147483647) |
|
Operation step type. |
|
START_TIME |
TIMESTAMP |
|
Start time. |
|
END_TIME |
TIMESTAMP |
|
End time. |
|
CAR |
BLOB |
|
The name of the CAR file that contains the moved resources. |
|
RESOURCE_INFO |
VARCHAR(2147483647) |
|
The resources removed from the target site. |
|
SETTINGS |
VARCHAR(2147483647) |
|
The settings at the target site during the import process. |
|
STATUS |
VARCHAR(2147483647) |
|
Status of the deployment plan. |
|
MESSAGE |
VARCHAR(2147483647) |
|
Message to accompany the deployment plan. |