Skip to Main Content

Infrastructure 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!

issue with temp directory

Tony007Sep 20 2021 — edited Sep 20 2021

hi am having this issue when installing

java -jar fmw_12.2.1.4.0_infrastructure.jar
Unable to locate or create a suitable system-wide temporary directory:
Directory "/var/tmp" does not have read/write/execute permission for the current user.
Unable to locate or create a temporary directory for the Oracle Universal Installer.
try this
java -jar fmw_12.2.1.4.0_infrastructure.jar
Unable to locate or create a suitable system-wide temporary directory:
Directory "/var/tmp" does not have read/write/execute permission for the current user.
Unable to locate or create a temporary directory for the Oracle Universal Installer.
calapp@gana01:/usr1/media$ java -Djava.io.tmpdir=temp/ -jar fmw_12.2.1.4.0_infrastructure.jar
Launcher log file is /usr1/media/temp/OraInstall2021-09-20_06-23-27PM/launcher2021-09-20_06-23-27PM.log.
Extracting the installer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Done
Invalid inventory pointer file location "/var/opt/oracle/oraInst.loc" (is a directory or is not readable).
The log is located here: /usr1/media/temp/OraInstall2021-09-20_06-23-27PM/launcher2021-09-20_06-23-27PM.log.

Comments
Post Details
Added on Sep 20 2021
0 comments
652 views