ld: fatal: file /dev/zero: mmap anon failed If you get the following error while installing Oracle database server software on SUN Solaris, chances are you're out of swap space or there is not enough RAM:
ld: fatal: file /dev/zero: mmap anon failed
Use these utilities to check the swap space:
swap -s
df -k /tmp
Either get your Unix administrator to add ...
How to check if component is installed in $ORACLE_HOME To check if particular component is installed in $ORACLE_HOME run the following command, the example below checks for JAccelerator:
opatch lsinventory -details | grep JAccelerator
Installing Oracle client 10.1.0.3 on Solaris 10 (x86) When attempting to run Oracle installer for 10.1.0.3 (not sure about other versions), it fails and a message is returned, something about that it's only certified for Solaris 9 and below. Also, the installation manual only talks about the operating system patches for Solaris9, nothing about 10.
What you have ...