Friday, January 10, 2014

Bypass Presentation Server Cache in OBIEE 11G

To disable Presentation server cache permanently across obiee application then add the following parameters in instaceconfig.xml. (Take a backup copy of instanceconfig.xml)

<ServerInstance>
-
-
<Cursors>
<ForceRefresh>true</ForceRefresh>
</Cursors>
-
-
</ServerInstance>

Now restart the OBI Presentation server.

No comments:

Post a Comment