Mem: 1478 1443 34 0 13 820
-/+buffers/cache: 609 868
Swap: 0 0 0
#开启swap添加
[root@CentOS6swapimage]# swapon /swapimage/swap
[root@CentOS6swapimage]# free -m
total used free shared buffers cached
Mem: 1478 1445 32 0 13 820
-/+buffers/cache: 611 866
Swap: 2441 0 2441
----requirement
CheckingNetwork Configuration requirements ...
Checkcomplete. The overall result of this check is: Not executed <<<<
Recommendation:Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on thesystem should be configured with a static IP address in order for the OracleSoftware to function properly. See theInstallation Guide
解决方法:
[root@CentOS6swapimage]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
#IPADDR=192.168.18.8
#NETMASK=255.255.255.0
#GATEWAY=192.168.18.1
修改 /etc/sysconfig/network-scripts/ifcfg-eth0
[root@CentOS6swapimage]# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.150.128
NETMASK=255.255.255.0
GATEWAY=192.168.150.1
~
"/etc/sysconfig/network-scripts/ifcfg-eth0"7L, 108C written
使网卡设置马上生效:
[root@CentOS6swapimage]# /etc/init.d/network restart
Shuttingdown interface eth0: Device state: 3(disconnected)
[ OK ]
Shuttingdown loopback interface: [ OK ]
Bringing uploopback interface: [ OK ]
Bringing upinterface eth0: Active connection state:activated
Activeconnection path: /org/freedesktop/NetworkManager/ActiveConnection/2
[ OK ]
[root@CentOS6~]# vi /etc/hosts
#127.0.0.1 localhost CentOS6.5-32 localhost4localhost4.localdomain4 注意:这个要注释掉
192.168.150.128CentOS6.5-32
OK配置完成后点“Retry”!
选择配置选项,在这有三个选择项:创建数据库、配置自动存储管理、只安装数据软件。
我们在此选择第一项,创建数据库。创建数据库后,我们就不必再执行"dbca"进行数据库的创建。
选择创建的数据库模式,我们在此选择第一项一般用途。因为 "Advanced" 后面有很多SGA,文件系统都可以自行设置。