MSC_CC_TABLES

This provides information about tables used for CDC monitoring for incremental collections.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_CC_TABLES_PK

TABLE_NAME

Columns

Name Datatype Length Precision Not-null Comments
TABLE_NAME VARCHAR2 33 Yes This is the name of the table that could be monitored.
MVLOG_PURGE_WHERE_CLAUSE VARCHAR2 1500 This column stores the sub part of where clause in processed mvlogs deletion.
SHORT_TABLE_NAME VARCHAR2 20 This short name is used in construction of the CDC view names.
TRACKED_FIELDS VARCHAR2 1000 Yes This is a comma delimited list of table fields that will be recorded by the CDC monitoring for collections.
TABLE_TYPE VARCHAR2 1 'S' - Source or 'O' - ODS or 'G' Staging
STG_TABLE_NAME VARCHAR2 33 Staging table name for the ODS table
TMP_TABLE_NAME VARCHAR2 33 Temp table name for the ODS table
PARTITION_TYPE VARCHAR2 2 Partition type 'L'- list,'R' - Range ,'U' - Unpartitioned
PARTITION_KEY1 VARCHAR2 33 The first column used as the partition key column.
PARTITION_KEY2 VARCHAR2 33 The second column used as the partition key column.
LOGGING_CLAUSE VARCHAR2 30 Logging clause for the staging and ods tables
SUB_PARTITION_TYPE VARCHAR2 2 Subpartition type 'L'- list,'R' - Range ,'U' - not subpartitioned
SUB_PARTITION_KEY1 VARCHAR2 33 The first column in the Sub Partition Key.
SUB_PARTITION_KEY2 VARCHAR2 33 The second column in the Sub Partition Key.
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.
GLOBAL_FLAG NUMBER 1 indicates if this table is to be purged in full collections
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
msc_cc_entity_table_map msc_cc_tables TABLE_NAME

Indexes

Index Uniqueness Tablespace Columns
MSC_CC_TABLES_U1 Unique Default TABLE_NAME, ORA_SEED_SET1
MSC_CC_TABLES_U11 Unique Default TABLE_NAME, ORA_SEED_SET2