Oracle® Retail Enterprise Inventory Cloud Service Administration Guide Release 18.1 F22920-01 |
|
Previous |
Next |
The purpose of data archive is to archive and truncate purge history tables regularly in SIOCS.For selected history tables, before data is purged from transaction tables, the data will be archived by inserting into archive tables. The Data archive involves two steps: Archive Data and Export Data Dump Files
Archive Data
Generate data dump files: The archive data pump process will create data dump files from *_ARV tables if last exported archive date is X number of days in the past (The X number of days is default to 180 days, it is configurable in EICS system configuration screen with minimum value to 180 days).
Truncate Archive Tables: Once the archived data is dumped to a file, the corresponding archive tables will be truncated.
Record Last export date: Update the last exported date by archive groups in ARCHIVE_ACTIVITY
Export Data Dump Files
The archive purged data history data dump files will be collected from database directory and export to retailer by cloud engineer (for example, via sFTP).
Once the data dump files are exported, it is up to retailer to take the files, SIOCS will no longer keep the data dump files.
Note: The data dump file location in database server can be queried using following:Login to SIOCS PDB: SELECT DIRECTORY_PATH FROM DBA_DIRECTORIES WHERE DIRECTORY_NAME = 'SIOCS_DATA_PUMP_DIR'; |
Table 6-1 Archive Batch Summary
Program | Description |
---|---|
Audits_ArchiveJob (Archive Activity Job) |
Archive activity data into activity archive tables. |
Archive item UIN data into item UIN archive tables. |
|
StoreItemStockHistory_ArchiveJob (Archive Store Item Stock History Job) |
Archive store item stock history data into store item stock history archive tables. |
Export archive history data into Dump files and truncate archive history tables. |
Module Name | Audits_ArchiveJob |
Description | Archive activity data into activity archive tables. |
Module Type | Admin |
Runtime Parameters | N/A |
Module Name | ItemUinHistory_ArchiveJob |
Description | Archive item UIN data into item UIN archive tables. |
Module Type | Admin |
Runtime Parameters | N/A |
Module Name | StoreItemStockHistory_ArchiveJob |
Description | Archive store item stock history data into store item stock history archive tables. |
Module Type | Admin |
Runtime Parameters | N/A |