检查安装条件,
1.
Refer to the prerequisites in the documentation:
http://download.oracle.com/docs/cd/E24628_01/index.htm
2. Check library/software loaded
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}(%{ARCH})\n" | grep glibc
change glibc for all libaries/software listed
3. Check shared memory setting > 4G
[root@mcsp-prod-oem-1 ~]# cat /proc/sys/kernel/shmmax
12884901888
[root@mcsp-prod-oem-2 ~]# cat /proc/sys/kernel/shmmax
12884901888
4. Check/create oracle:oinstall
/usr/sbin/groupadd oinstall
/usr/sbin/usermod -g oinstall -G dba oracle
执行runInstaller.