CentOS6.5下Oracle11g安装完整步骤
一、硬件要求
本部分内容命令,均以root用户执行。
1、内存
建议内存应大于2G以上,1G可以运行,但比较吃力。
内存查看命令:
[root@tsp-rls-dbserver /]# cat /proc/meminfo
[root@tsp-rls-dbserver /]# free -m
total      used      free    shared    buffers    cached
Mem:        32062      1301      30760          0        40        552
-/+ buffers/cache:        708      31354
Swap:        16095          0      16095
2、交换分区
交换分区大小,通常设为内存的1.5倍以上,也可以根据实际情况进行调整。
交换分区查看命令:
linux系统安装步骤csdn[root@tsp-rls-dbserver /]# grep SwapTotal /proc/meminfo
SwapTotal:      67682296 kB
3、硬盘空间
建议数据使用独立的挂载分区,本文中采用/data作为数据分区。要求/tmp目录空间不小于400M。
磁盘空间查看命令:
[root@tsp-rls-dbserver /]# df -h
Filesystem                            Size  Used Avail Use% Mounted on
/dev/mapper/vg_tsprlsdbserver-lv_root  50G  4.3G  43G  10% /
tmpfs                                  16G  348K  16G  1% /dev/shm
/dev/sda1                              485M  39M  421M  9% /boot
/dev/mapper/vg_tsprlsdbserver-lv_home  210G  190M  199G  1% /home
/dev/sdb1                              1.1T  4.5G  1.1T  1% /data
        目录空间大小查看命令:
[root@tsp-rls-dbserver tmp]# du -ch /tmp
二、软件要求
1、安装依赖包
建议安装系统时,选择开发库。CentOS6.5(x64)安装开发库后,主要依赖包有:
compat-libstdc++-33-3.2.3-61.i386.rpm(url: download.csdn/detail/attagain/7699569 )
compat-libstdc++-33-3.2.3-69.el6.x86_64.rpm(url: download.csdn/detail/attagain/7699573 )
libaio-0.3.105-2.i386.rpm(url: download.csdn/detail/attagain/7700213 )
libaio-0.3.107-10.el6.x86_64.rpm(url: download.csdn/detail/attagain/7699585 )
libaio-devel-0.3.105-2.i386.rpm(url: download.csdn/detail/attagain/7700217 )
libaio-devel-0.3.105-2.x86_64.rpm(url: download.csdn/detail/attagain/7700247 )
libgcc-3.4.6-3.i386.zip(url: download.csdn/detail/attagain/7699599  含有:libgcc-3.4.6-3.i386.rpm、libgcc_s-4.4.7-20120601.so.1、libgcc_s.so.1,安装本文件,首先要卸载libgcc-4.4.7-4.el6.x86_64.rpm ,so文件即为卸载前从/lib64中备份下来的,以备误删使
用)
libgcc-4.4.7-4.el6.x86_64.rpm(url: download.csdn/detail/attagain/7700201 )
libstdc++-3.4.6-11.i386.rpm(url: download.csdn/detail/attagain/7700169 )
libstdc++-devel-3.4.6-3.1.i386.rpm(url: download.csdn/detail/attagain/7699847 )
libstdc++-4.4.7-4.el6.x86_64.rpm(url: download.csdn/detail/attagain/7699837 )
pdksh-5.2.14-37.el5_8.1.x86_64.rpm(url: download.csdn/detail/attagain/7700147 )
unixODBC-2.2.11-7.1.i386.rpm(url: download.csdn/detail/attagain/7700007 )
unixODBC-2.2.11-7.1.x86_64.rpm(url: download.csdn/detail/attagain/7700021 )

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。