MSC_DEST_PARAMETERS
Stores the parameters of the destination instance on the source side.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_DEST_PARAMETERS_PK |
DESTINATION_CODE, PARAMETER_NAME |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
DESTINATION_CODE | VARCHAR2 | 30 | Yes | Destination Instance Identifier |
PARAMETER_NAME | VARCHAR2 | 200 | Yes | Name of the Parameter |
PARAM_NUM_VALUE | NUMBER | Value of the parameter of type number. | ||
PARAM_STRING_VALUE | VARCHAR2 | 200 | value of parameter of type string. | |
PARAM_DATE_VALUE | DATE | Value of parameter of type Date. | ||
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 |
---|---|---|---|
MSC_DEST_PARAMETERS_U1 | Unique | Default | DESTINATION_CODE, PARAMETER_NAME |