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
Dashboard prompts not seeding BI Server cache

TLDR
Our dashboard prompts aren't seeding the BI Server cache, yet running the same logical SQL (as generated by the dashboard prompt) as an Analysis does seed the cache.
Background
We have a clustered OBI environment running 11.1.1.7.150714 with caching enabled.
According to the Usage Tracking, about 30% of requests on each node come from cache, but when we look at what isn't hitting cache a remarkable amount of them are dashboard prompts. When we look at the NQQuery.log entry generated when a dashboard prompt is expanded to list the values a query is run against the database but the result set is not cached.
Taking the logical SQL out of the log and using that to create and run a new Analysis does cause a cache entry to be created, and any further usage of the prompt makes use of this cache entry. So, I know the caching is definitely enabled and working against the physical objects in the RPD.
Any guesses as to what's going on or what might me misconfigured?