Link to home
Start Free TrialLog in
Avatar of walkerdba
walkerdba

asked on

install oracle

While installing oracle ..
following errors...




[oracle@term1 database]$ ./runInstaller
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 80 MB.   Actual 227 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 3200 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-01-30_06-40-27PM. Please wait ..../runInstaller: line 132:  3150 Segmentation fault      $CMDDIR/install/.oui $* $_bootClassPath
[oracle@term1 database]$
Avatar of walkerdba
walkerdba

ASKER

It was by mistake..
Avatar of slightwv (䄆 Netminder)
No problem.  Happens all the time.

I've been trying to locate information about this error and cannot find anything.

Even Oracle Support doesn't seem to have anything that I could find.

I assume Linux and I assume you have followed the per-requisites in the install guide?

I also assume the version of Oracle you are installing is certified with the flavor/version of Linux you are using?
ASKER CERTIFIED SOLUTION
Avatar of Praveen Kumar Chandrashekatr
Praveen Kumar Chandrashekatr
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I assume you are installing Oracle on UNIX or Linux?

What version are you installing?
It could be cause by installing oracle on the server with long kernel names, based on what people have said who had this issue in the past

http://www.yenlo.nl/en/segmentation-fault-while-using-dbca-oracle-database-9i/
[oracle@term1 database]$ ls
doc  install  response  rpm  runInstaller  sshsetup  stage  welcome.html
[oracle@term1 database]$ ./runInstaller

Error in writing to directory /tmp/OraInstall2013-01-31_08-53-02AM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: No space left on device
Starting Oracle Universal Installer...

[oracle@term1 database]$ ./runInstaller
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 80 MB.   Actual 227 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 3200 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-01-31_08-54-34AM. Please wait ..../runInstaller: line 132:  5708 Segmentation fault      $CMDDIR/install/.oui $* $_bootClassPath
[oracle@term1 database]$ ./runInstaller

Error in writing to directory /tmp/OraInstall2013-01-31_08-59-09AM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: No space left on device
Starting Oracle Universal Installer...

[oracle@term1 database]$
>>No space left on device

Error message seems pretty self-explainitory as well as the provided reason:

Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.

Your /tmp folder doesn't have enough free space.
check permissions on /tmp/OraInstall2013-01-31_08-59-09AM

run

ls - l /tmp/OraInstall2013-01-31_08-59-09AM
>>check permissions on /tmp/OraInstall2013-01-31_08-59-09AM

Pretty obvious it isn't a permission issue because of the followup message:  No space left on device
yes