3.60 ALL_SCHEDULER_RSC_CONSTRAINTS

ALL_SCHEDULER_RSC_CONSTRAINTS lists all Oracle Scheduler resource constraint members accessible to the current user.

Related Views

  • DBA_SCHEDULER_RSC_CONSTRAINTS lists all Oracle Scheduler resource constraint members in the database.

  • USER_SCHEDULER_RSC_CONSTRAINTS lists all Oracle Scheduler resource constraint members owned by the current user.

Column Datatype NULL Description

OBJECT_OWNER

VARCHAR2(128)

NOT NULL

Owner of the resource object the member is in

OBJECT_NAME

VARCHAR2(128)

NOT NULL

Name of the resource object the member is in

RESOURCE_OWNER

VARCHAR2(128)

NOT NULL

Owner of the resource constraint resource member

RESOURCE_NAME

VARCHAR2(128)

NOT NULL

Name of the resource constraint resource member

UNITS_USED

NUMBER

Number of units used of the resource by this constraint resource member

Note:

This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).