runInstaller ignores TMPDIR environment variable
I have not enough free space in /tmp hence I use another file system for temporary files during installation with OUI.
TMP=/oradata/data/tmp
TMPDIR=/oradata/data/tmp
export TMP TMPDIR
cd /oradata/data/software/oracle/database
./runInstaller
Nevertheless the OUI checks /tmp. Is this a bug?
Oracle version 11.2.0.2.0
OS: AIX 5L
TMP=/oradata/data/tmp
TMPDIR=/oradata/data/tmp
export TMP TMPDIR
cd /oradata/data/software/oracle/database
./runInstaller
Nevertheless the OUI checks /tmp. Is this a bug?
Oracle version 11.2.0.2.0
OS: AIX 5L
1