ZCA_ROLLUP_ATTRIBUTES

This is attribute to rollup mapping table which is used to identify which rollups to refresh. It will be seeded for the seeded rollup and values will be dynamically generated for the custom rollups.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCA_ROLLUP_ATTRIBUTES_PK

ROLLUP_ATTRIBUTE_ID

Columns

Name Datatype Length Not-null Comments
ROLLUP_ATTRIBUTE_ID VARCHAR2 64 Yes This is the unique identifier for table.
SIGNAL_OBJ_TYPE VARCHAR2 100 This is the object for which we generate a signal.It can be OOTB or Custom object for which rollup is enabled.
EVENT_TYPE VARCHAR2 100 This is the signal definition metadata for the header.Possible values for this event are Create, Update and Delete.
ROLLUP_ID VARCHAR2 64 Yes This is the foreign key to zca_rollups_b.
ATTRIBUTE_NAME VARCHAR2 100 This is the attribute of intrest for a given Rollup. This information will be used to identify which rollup to refresh based on incoming signal and what are the attributes that are changed.
GROUP_BY_FLAG VARCHAR2 20 This flag is used to indicate if the given attribute is the Group by attribute for the Rollup. It will be used to identify the group by attribute for given rollup based on incoming signal.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_ROLLUP_ATTRIBUTES zca_rollups_b ROLLUP_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_ROLLUP_ATTRIBUTES_PK1 Unique Default ROLLUP_ATTRIBUTE_ID, ORA_SEED_SET1
ZCA_ROLLUP_ATTRIBUTES_PK11 Unique Default ROLLUP_ATTRIBUTE_ID, ORA_SEED_SET2