Operating System - HP-UX
1834905 Members
2690 Online
110071 Solutions
New Discussion

Extending TMP Space for Oracle Install

 
SOLVED
Go to solution
Donald Osbourne
Occasional Advisor

Extending TMP Space for Oracle Install

Help!

I am out of /tmp space in the midst of an Oracle install on a production system, without JFS-Online.

Since I do not have the luxury of un-mounting the tmp file-system to extend it, I am seeking a safe work-around.

Thanks for the Help
Don
2 REPLIES 2
steven Burgess_2
Honored Contributor

Re: Extending TMP Space for Oracle Install

Hi Donald

You can't extend it otherwise (i guess you know that)

Are you looking for somehow to configure oracle to use another filesystem to perform the install ?

Regards

Steve
take your time and think things through
Tim Medford
Valued Contributor
Solution

Re: Extending TMP Space for Oracle Install

Donald - You will have a very hard time finding enough space in /tmp for an Oracle install (unless your tmp is about 1gb in size).

The the .profile for Oracle, set a couple environment variables as such:

# For dbassist and installer
export TMPDIR=/scratch/tmp/
export TEMP=/scratch/tmp

"scratch" represents a filesystem with lots of room in this example.

Then logoff/logon as oracle and try again.

Regards,
Tim