MSC_APPS_INSTANCE_NODES
Added for supporting Source(ERP) as a RAC environment
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
MSC_APPS_INSTANCE_NODES_PK |
INSTANCE_ID, NODE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INSTANCE_ID | NUMBER | 18 | Yes | INSTANCE_ID | |
NODE_ID | NUMBER | 18 | Yes | NODE_ID of source RAC instance | |
M2A_DBLINK | VARCHAR2 | 128 | M2A_DBLINK | ||
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. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
REFRESH_NUMBER | NUMBER | REFRESH NUMBER |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSC_APPS_INSTANCE_NODES | msc_apps_instances | INSTANCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_APPS_INSTANCE_NODES_U1 | Unique | Default | INSTANCE_ID, NODE_ID |