install forms report 14.1.2
It there a way to install format and report without /tmp needed ?
/fmw_14.1.2.0.0_fr_linux64.bin -silent -responseFile $SOFTWARE_HOME/install/formsreport.rsp -invPtrLoc /etc/oraInst.loc
I have tried
export TMP=/u01/tmp_install
export TMPDIR=/u01/tmp_install
-Djava.io.tmpdir=$TMPDIR
any ideas?