USER_ROLE_AUTH
Description
Technical Data
| Schema Version | 4.5.13 | |
| Segment | CATALOG_DATA | |
| Partitioned | No | |
Summary
The USER_ROLE_AUTH table is defined by the following columns. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| ROLE_OID | PK_URA | USER_ROLE (OID)
|
|||
| AUTH_OID | PK_URA | USER_AUTH (OID)
|
Column Details
ROLE_OID
| Definition | The identifier of the role in the USER_ROLE table |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_URA |
AUTH_OID
| Definition | The identifier of the authorization in the USER_AUTH table |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_URA |
Primary Key Details
PK_URA
| Column(s) | ROLE_OID,AUTH_OID |
| Segment | CATALOG_INDX |