| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The USER_ROLE_AUTH table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| ROLE_OID | PK_URA | USER_ROLE (OID)
|
|
The identifier of the role in the USER_ROLE table | ||
| AUTH_OID | PK_URA | USER_AUTH (OID)
|
|
The identifier of the authorization in the USER_AUTH table |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the role in the USER_ROLE table |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_URA |
| Definition | The identifier of the authorization in the USER_AUTH table |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_URA |
See the primary key information:
| Column(s) | ROLE_OID,AUTH_OID |
| Filegroup | CATALOG_DATA |