Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Obiee12 csv file export issues with caching

In our production enviorment, we have problems when exporting csv-files.
If the analysis is updated(refreshed) alle the correct data is shown on the screen in the analysis, but when we export the data to csv, it shows old data/not refreshed data.
Is there any solution that will help us to always showing refreshed/updated data when exporting to csv?
Answers
-
Is it an OBIEE analysis or a BI publisher report? In any case does clearing browser cache help? Also post the complete version number.
0 -
Version 12.2.1.2. This is an analysis export using export directly from a dashboard/analysis.
0 -
can you keep the below code in advanced tab (Prefix) of your analysis and check export
SET VARIABLE DISABLE_CACHE_HIT=1;
0 -
Thank you. I will test now with this.
0 -
How did you fix it?
0