Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Automation of BI server and BI Presentation server cache in OBIEE 11g

Hi Experts ,
My current OBIEE 11.1.1.7 environment is a cluster, it has 4 node cluster . I want to clear the BI server cache and Presentation server (Close All Cursors ) cache every 12 hrs .Actually total no of users are around 250 users per day, This is the average users are using BI system every day . Some times users are complaining that still they are seeing stale data, instead of real-time data .So i want to automate the cache script that ensure it clear all BI server which means RPD and BI Presentation server which is Close All Cursors in Analytic page .
Please suggest that how can i do this .If i want to achieve what all i need to do . Please advice .
Thanks for your help in advance .
Answers
-
If your users REALLY want real-time data - disable all cache ...
You can run a script to purge the cache at any interval you want ... simple Google search reveals plethora of approaches.
0 -
Why not purge your cache when the data changes, rather than some spurious schedule?
Have a read of this: OBIEE BI Server Cache Management Strategies - Rittman Mead Consulting
0 -
Thank you for your suggestions ...
Still am having some doubts .. if i have a automate cache script which is CALL SAPURGEALLCACHE() . If i schedule this batch script file will it be automatically clear Close All Cursors in BI presentation server ??
Once this CALL SAPURGEALLCACHE() procedure schedule automatically will it take care clearing Presentation and Server cache ?? Please clarify.
Thank your support
0 -
SAPurgeAllCache clears the BI Server cache only.
0