SVC_WO_SCHEDULER_ROLES
Table used to store the mapping information that associates a specific scheduler in the SVC_WO_SCHEDULERS table to a role.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_WO_SCHEDULER_ROLES_PK |
SCHEDULER_ROLE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SCHEDULER_ROLE_ID | NUMBER | 18 | Yes | An autogenerated number and primary key for the SVC_WO_SCHEDULER_ROLES table. | |
| SCHEDULER_CD | VARCHAR2 | 30 | Yes | For identifying the scheduler record uniquely during import/export. | |
| ROLE_GUID | VARCHAR2 | 64 | Yes | The unique identifier for a role that associates the role to a specific scheduler. | |
| ROLE_COMMON_NAME | VARCHAR2 | 4000 | Yes | The Role Common Name (CN) defined within LDAP. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| SVC_WO_SCHEDULER_ROLES | svc_wo_schedulers_b | SCHEDULER_CD |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_WO_SCHEDULER_ROLES_PK | Unique | Default | SCHEDULER_ROLE_ID |
| SVC_WO_SCHEDULER_ROLES_U1 | Unique | Default | SCHEDULER_CD, ROLE_GUID |
| SVC_WO_SCHEDULER_ROLES_U2 | Unique | Default | SCHEDULER_CD, ROLE_COMMON_NAME |