OKC_SCD_MIGRATION_B
This table is used for backing up the SCD data before migrating.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
OKC_SCD_MIGRATION_B_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Auto Generated unique identifier. | |
| ATTACHED_DOCUMENT_ID | NUMBER | 18 | Yes | Attached document id. | |
| ENTITY_NAME | VARCHAR2 | 30 | Yes | Entity Name of the attachment. | |
| CATEGORY_NAME | VARCHAR2 | 30 | Yes | Category Name of the attachment. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| ATTACHMENT_PK1 | VARCHAR2 | 30 | Yes | PK1_VALUE of the attachment table. | |
| ATTACHMENT_PK2 | VARCHAR2 | 30 | Yes | PK2_VALUE of the attachment table. | |
| ATTACHMENT_PK3 | VARCHAR2 | 30 | Yes | PK3_VALUE of the attachment table. | |
| 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 |
|---|---|---|---|
| OKC_SCD_MIGRATION_B_N1 | Non Unique | FUSION_TS_TX_IDX | ATTACHED_DOCUMENT_ID |
| OKC_SCD_MIGRATION_B_U1 | Unique | FUSION_TS_TX_IDX | ID |