Edit httpd.conf of Oracle HTTP Server and add cache management configuration settings for Reporting and Analysis.
To add cache management configuration settings:
Using a text editor, open EPM_ORACLE_INSTANCE/httpConfig/ohs/config/OHS/ohs_component/httpd.conf.
Append the following directives for Reporting and Analysis cache management:
<Location /WebAnalysis/> OssoSendCacheHeaders off </Location> <Location /workspace/> OssoSendCacheHeaders off </Location> <Location /hr/> OssoSendCacheHeaders off </Location> <Location /HReports/> OssoSendCacheHeaders off </Location>