Disabling OBIEE 11g cache

Post date: 25-Feb-2011 11:21:06

To disable OBIEE 11g Server cache follow below steps...

 

Navigate to the Capacity Management > Performance tab.

Disable or Enable using Checkbox available there.

 

If it is grayed out. Do "lock and edit the session first, which serialises access to these settings and stops another administrator changing things at the same time.

Press Apply, then then press Activate Changes. This copies the new parameter value into the nqsconfig.ini file, 

Restart the BI Server system component to enable the change.

 

 

 

 

More at : http://www.biblogs.com/1969/12/31/obiee-11gr1-architecture-and-use-of-weblogic-server/

 

To turn off the Presentation Services Catalog Attribute Cache in OBIEE 11g. We need to set the following tags in the instanceconfig.xml file:

<ps:Cache xmlns:ps=”oracle.bi.presentation.services/config/v1.1″>

<ps:CatalogAttributes>

<ps:Enabled>false</ps:Enabled>

</ps:CatalogAttributes>

</ps:Cache>

 

https://shivabizint.wordpress.com/2010/08/23/to-disable-presentation-cache-in-obiee11g/