FUN_DS_DATA_ROLE_TMPL_AUDIT

This table contains information about seeded data role templates and their seeded content. This is a persistent table that includes base roles and seeded policies. These details are needed to identify which data roles to upgrade and which grants to end date.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_DS_DATAROLE_TMPL_AUD_PK

DATA_ROLE_TMPL_AUDIT_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_ROLE_TMPL_AUDIT_ID NUMBER 18 Yes Record identifier for data role templates.
TEMPLATE_FULL_PATH VARCHAR2 1000 Yes Full directory path for the data role template file.
PRODUCT_CODE VARCHAR2 30 Yes Product short name.
DIMENSION_OBJECT_NAME VARCHAR2 80 Yes Object name corresponding to the security dimension of the data role template.
BASE_ROLE_NAME VARCHAR2 256 Yes Base role included in this data role template.
DATABASE_OBJECT_NAME VARCHAR2 80 Yes Object name corresponding to the data security policy for the base role.
INSTANCE_TYPE VARCHAR2 30 Yes Type of data secuirty policy for this base role and object.
INSTANCE_SET_NAME VARCHAR2 30 Instance set used by the data security policy for this base role and object.
DIMENSION_VALUE_COLUMN VARCHAR2 30 Displays dimension value. For instance of type INSTANCE, it displays INSTANCE_PKx_VALUE. For instance of type SET, it displays PARAMETERx.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FUN_DS_DATAROLE_TMPL_AUD_U1 Unique Default DATA_ROLE_TMPL_AUDIT_ID
FUN_DS_DATAROLE_TMPL_AUD_U2 Unique Default TEMPLATE_FULL_PATH, BASE_ROLE_NAME, DATABASE_OBJECT_NAME