FFS_DWH_EXPORT_HIST_FILE
Stores history of Daily Extract runs for particular files.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_DWH_EXPORT_HIST_FILE_PK |
DWH_HISTORY_ID, FILE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DWH_HISTORY_ID | NUMBER | 19 | Yes | Unique identifier of Daily Extract History record. Reference to DWH Export History. | |
FILE_ID | NUMBER | 5 | Yes | Unique identifier of Daily Extract History File record. Reference to DWH Export History File table. | |
CHANNEL_METHOD | VARCHAR2 | 15 | Yes | Channel method from message_agent. | |
CHANNEL_SUBMETHOD | VARCHAR2 | 40 | Channel submethod from message_agent(equal to channel_id). | ||
STATUS | VARCHAR2 | 20 | Yes | Status of the extraction: completed, failed. | |
FILE_NAME | VARCHAR2 | 1020 | Path to the file a data was extracted to. | ||
STARTED_AT | TIMESTAMP | Stores date and time when file extraction was started. | |||
FINISHED_AT | TIMESTAMP | Stores date and time when extraction was finished. | |||
EXPORTED_ROWS | NUMBER | 10 | Number of exported entities in the file. | ||
FAILED_ROWS | NUMBER | 10 | Number of failed entities in the file. | ||
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_DWH_EXPORT_HIST_FILE_PK | Unique | DATA | DWH_HISTORY_ID, FILE_ID |