SYS_DEPLOYMENT_PLANS
The SYS_DEPLOYMENT_PLANS system table provides a list of deployment plan definitions. Users see no rows unless they have the ACCESS_TOOLS right. Users with this right can 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_ID |
INTEGER |
|
Identifier for the deployment plan. |
|
VARCHAR(255) |
|
Name of the deployment plan. |
|
|
VARCHAR(255) |
|
Name of the target site. |
|
|
VARCHAR(255) |
|
Name of the source site. |
|
|
VARCHAR(2147483647) |
|
JSON string defining the deployment plan. |
|
|
ANNOTATION |
VARCHAR(2147483647) |
|
Annotation. |
|
STATUS |
VARCHAR(2147483647) |
|
Impact status. |
|
OWNER |
VARCHAR(2147483647) |
|
Owner of the deployment plan. |
|
CREATE_TIME |
BIGINT |
|
Deployment plan creation time. |
|
MODIFY_TIME |
BIGINT |
|
Time of last plan modification. |
|
MODIFY_USER |
VARCHAR(2147483647) |
|
Name of last person to modify the plan. |