ORAchk 19.2 without TFA failed -  requires /tmp to be mounted with "exec"  option
Any idea which environment variable I can use to redirect /tmp to a custom specific location?
Mounting /tmp with "exec" option is not an option as it's againt our company security policies
Trying to redirect it in by setting the environment variables as shown below didn't help
export TMP=/oh0/prjsso/temp
export TEMP=$TMP
export TMPDIR=$TMP
export RAT_OUTPUT=${TMP}
./orachk
ERROR: "Please change the entry for /tmp in /etc/fstab file from 'noexec' to 'exec' and then re-run orachk"
Any suggestion will be highly appreciated
Kind regards
Mariana