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 |