MSC_OP_PARAMETERS

Stores the parameters that is used as a communication tool between Snapshot Refresh, Realtime updates of GOP

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_OP_PARAMETERS_PK

PARAMETER_NAME

Columns

Name Datatype Length Not-null Comments
PARAMETER_NAME VARCHAR2 200 Yes PARAMETER_NAME
PARAM_NUM_VALUE NUMBER PARAM_NUM_VALUE
PARAM_STRING_VALUE VARCHAR2 4000 PARAM_STRING_VALUE
PARAM_DATE_VALUE DATE PARAM_DATE_VALUE
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.

Indexes

Index Uniqueness Tablespace Columns
MSC_OP_PARAMETERS_U1 Unique Default PARAMETER_NAME