Skip to Main Content

Analytics Software

Announcement

Testing banner

Enable simple cache in OBIEE 12.2.1.4

DENISKA80Jan 27 2023

Hi there
How to enable Presentation Services cache?
We located section ServiceInstance and included following elements into in


  <Cache>
    <Query>
      <MaxEntries>100</MaxEntries>
      <MaxExpireMinutes>60</MaxExpireMinutes>
      <MinExpireMinutes>10</MinExpireMinutes>
      <MinUserExpireMinutes>10</MinUserExpireMinutes>
    </Query>
  </Cache>

restarted Bi but nothing changed.
The behaviour of "cache" remaned unchanged.
If I execute same analysys under one user several times I get one query request to Oracle DB. But when I change user and execute this analysys Bi send request to DB one more time.
Is there any way to prevent it?
Same analysys under different users with one request to DB within a certain period of time

Comments