Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Need to stop extract file creation at BICC in case of no incremental data

At BICC, First extracts are full table extract. next schedule extracts will generate incremental data files. For these incremental schedules, if there is no incremental data in any scheduling period, we need an option to NOT generate incremental file for that schedule.
Answers
-
We are also checking solution for the same issue. Please let us know if there is any way to restrict generation of data files when there is no data.
0 -
When you run a data extract in addition to your data extract files you will get a MANIFEST file and an EXTRACT_STATUS file. The extract status will list the status of each extract including success or failure, how long it took at each of various stages, how many rows extracted. So if you wish to you can read the extract status file then delete any files you do not want to keep if the rows extracted are zero.
1