Linux下Oracle11g安装手册6807.docx
《Linux下Oracle11g安装手册6807.docx》由会员分享,可在线阅读,更多相关《Linux下Oracle11g安装手册6807.docx(30页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Linux下Oracle 11g 安装手册一、linux系统安装注意事项1.建议2G 内存以上,磁盘空间40G以上2.关闭selinux和iptables二、检查硬件需求1.内存必须=1G2.根据你的内存配置swap Between 1 GB and 2 GB 1.5 times the size of the RAMBetween 2 GB and 16 GB Equal to the size of the RAMMore than 16 GB 16 GB3. 如果你的/dev/shm大小1G 但是你的memory_targe 设置2G 数据库启动失败:ORA-00845: MEMORY_
2、TARGET not supported on this systemORA-01078: Failure in processing system parameters处理:需要要足够的共享内存mount重启还原,修改/etc/fstab,添加shmfs /dev/shm tmpfs size=7g 0三、检查软件需求1.检查linux系统中是否安装以下的包binutils-2.17.50.0.6compat-libstdc+-33-3.2.3compat-libstdc+-33-3.2.3 (32 bit)elfutils-libelf-0.125elfutils-libelf-devel
3、-0.125gcc-4.1.2gcc-c+-4.1.2glibc-2.5-24glibc-2.5-24 (32 bit)glibc-common-2.5glibc-devel-2.5glibc-devel-2.5 (32 bit)glibc-headers-2.5ksh-20060214libaio-0.3.106libaio-0.3.106 (32 bit)libaio-devel-0.3.106libaio-devel-0.3.106 (32 bit)libgcc-4.1.2libgcc-4.1.2 (32 bit)libstdc+-4.1.2libstdc+-4.1.2 (32 bit)
4、libstdc+-devel 4.1.2make-3.81sysstat-7.0.2用pm -qa |grep package_name检查是否安装,如果没有安装,插入光盘,挂载 #mount /dev/cdrom /mnt,安装#rpm -q package_name2.额外的软件需求-unixODBC,由于安装unixODBC有包的依赖关系,所以最好用yum安装,#vim / etc/yum.repos.d/rhel-debuginfo.repo,添加servername=oraclebaseurl=file:/mnt/Serverenabled=1gpgcheck=0配置后:#yum c
5、lean all#yum list 开始安装#yum -y install unixODBC unix0DBC-devel检查#rpm -qa |grep unixODBC四、建立组和用户1. 建立组#grep oinstall /etc/group #/usr/sbin/groupadd oinstall #/usr/sbin/groupadd -g 502 dba #/usr/sbin/groupadd -g 503 oper #/usr/sbin/groupadd -g 504 asmadmin #/usr/sbin/groupadd -g 506 asmdba #/usr/sbin/g
6、roupadd -g 505 asmoper2.建立用户 #id oracle #/usr/sbin/useradd -u 502 -g oinstall -G dba,asmdba,oper oracle 设置oracle密码 passwd oracle #id grid #/usr/sbin/useradd -u 503 -g oinstall -G asmadmin,asmdba,asmoper,dba grid 设置grid密码 #passwd grid3.对oracle软件建立用户进行限制 #vim /etc/security/limits.conf4. 检查内核参数 #vim /e
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Linux Oracle11g 安装 手册 6807
限制150内