To check the space in /tmp, run:
$ df /tmpIf you do not have enough space in the /tmp filesystem, you can temporarily create a tmp directory in another filesystem. Here is how you can do this:
su - rootWhen you are done with the Oracle installation, shutdown Oracle and remove the temporary /tmp directory:
mkdir //tmp # used by Oracle
chown root.root //tmp
chmod 1777 //tmp
export TEMP=/
export TMPDIR=/# used by Linux programs like the linker "ld"
su - root
rmdir //tmp YOU CAN USE QUICK SEARCH ENGINE IN THE TOP FOR MORE DOWNLOADS OR DETAILS.
unset TEMP
unset TMPDIR
No comments:
Post a Comment