SYS_RESOURCE_SETS

The SYS_RESOURCE_SETS system table provides a list of resource set definitions.

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

RESOURCE_SET_NAME

VARCHAR(255)

 

Name of the resource set.

SITE_NAME

VARCHAR(255)

 

Name of the site.

DEFINITION

LONGVARCHAR

 

JSON string defining the resource set.

ANNOTATION

VARCHAR(2147483647)

 

Annotation.

STATUS

VARCHAR(2147483647)

 

Impact status of the resource set.

OWNER

VARCHAR(2147483647)

 

Owner of the resource set.

CREATE_TIME

BIGINT

 

Resource set creation time.

MODIFY_TIME

BIGINT

 

Time of last resource set modification.

MODIFY_USER

VARCHAR(2147483647)

 

Name of last person to modify the resource set.