Hi,
OBIEE 12c
even though I use the function call SAPurgeAllCache() , my OBIEE dashboards are showing old values.
Once I do the dashboard refresh, I am able to see the updated data.
Can you please help me on this.
Thanks
Mahesh
The question is a little vague. Could you please provide the sequence of events you performed when you encountered this behavior ? Also what is the complete version of OBIEE 12c ?
I am certainly no expert on cache and how it works in OBIEE.
However, I think it might be worth trying this one thing --
When using the SAPurgeAllCache() command, you could also try this additional step:
Go to Administration->Manage Sessions
Click 'Close All Cursors'
See if that helps.
Thank you,
Full version is 12.2.1.0.0
After ETL , I am doing the cache refresh using call SAPurgeAllCache() , but the new data is not reflecting until I refresh the Dashboards.
Regards
Dasbhoard doesn't automatically refresh.
If you want it to refresh you have either to refresh the page or to click on the refresh option.
If you need a periodical refresh have a look at
https://www.jamescoyle.net/how-to/1907-javascript-to-refresh-all-obiee-dashboard-analysis
Thank you FTislot,
When I perform the SAPurgeAllCache, there should not be anything to get the result from the cache, then the Dashboard should be getting the results 'fresh' from the DB and this is like refresh in indirect way?
Regards,
SAPurgeAllCache is going to delete your BIServer cache entries only. If the analysis results are stored in presentation server cache you'll see old results.
You can bypass presentation cache by clicking on the appropriate checkbox in the Advanced tab in Analysis Editor as written
O.B.I.E.E: Step by Step to Bypass All Caches
Also take a look at your presentation server cache settings. More on this in the following document.
https://docs.oracle.com/cd/E28280_01/bi.1111/e10541/querycaching.htm#BIESG122
Thanks again FTislot,
But this will bypass the cache every time, I just need only once after ETL.
This was working fine as per users just recently got issues.
I was reading somewhere about disable the feature PERF_PREFER_IN_LISTS, but not sure how this was working earlier.
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M