FFS_IMPORT_QUEUE
Used to store state and log of asynchronous import processes.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
| Name | Columns |
|---|---|
|
FFS_IMPORT_QUEUE_PK |
IMPORT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| IMPORT_ID | NUMBER | 10 | Yes | Async import unique identifier of the import process. | |
| USER_ID | NUMBER | 18 | Yes | Async import refrence to user who made import. Reference to ffs_user.user_id. | |
| SESSION_ID | VARCHAR2 | 600 | Async import reference to session identifier. | ||
| STARTED | TIMESTAMP | Async import process start time. | |||
| TYPE | VARCHAR2 | 400 | Async import type of imported data. | ||
| STATUS | VARCHAR2 | 400 | Async import status of import process. | ||
| INFO | VARCHAR2 | 4000 | Async import additional information for imported data. | ||
| MAP | VARCHAR2 | 4000 | Async import custom map to manage related data. | ||
| SOURCE | CLOB | Async import information about souce of imported data. | |||
| LOG | CLOB | Async import list of errors/warnings during import. | |||
| 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 |
|---|---|---|---|
| FFS_IMPORT_QUEUE_N1 | Non Unique | DATA | SESSION_ID |
| FFS_IMPORT_QUEUE_PK | Unique | DATA | IMPORT_ID |