USER_ROLE_AUTH

Definition


The USER_ROLE_AUTH table creates links between roles and related authorizations

Description


The USER_ROLE_AUTH table creates links between roles and related authorizations. One role can have many authorizations and the same authorization can be used by many different roles.

Technical Data


Schema Version 4.6.2
Tablespace CATALOG_DATA
Partitioned No

Summary


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

      Column Details

      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

      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

      See the primary key information:

      PK_URA

      Column(s) ROLE_OID,AUTH_OID
      Tablespace CATALOG_INDX