Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE export to Excel temp file in 11g

user10701261Dec 7 2015 — edited Dec 8 2015

Currently I have the temp files for the Excel export feature going into G:\Oracle\Middleware\instances\instance1\tmp\OracleBIPresentationServicesComponent\coreapplication_obips1 and would like to move this to the D:\temp folder.

The tuning guide has steps for changing this via the xdo.cfg but only Linux commands.  Does anyone know how to do this on a Windows machine?

 

For OBIPS, you need to perform following to move temp files location to RAMDISK:

 

mkdir /dev/shm/coreapplication_obips1

cd $BI_HOME/instances/instance1/tmp/OracleBIPresentationServicesComponent

mv coreapplication_obips1 coreapplication_obips1.localDisk

ln -s /dev/shm/coreapplication_obips1
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 5 2016
Added on Dec 7 2015
1 comment
1,217 views