Linux Oracle安装_第1页
Linux Oracle安装_第2页
Linux Oracle安装_第3页
Linux Oracle安装_第4页
Linux Oracle安装_第5页
已阅读5页,还剩22页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Linux Oracle安装一.系统预处理关闭防火墙service iptables stopchkconfig iptables off开启sshd用于远程操作和sftp文件传输service sshd restartchkconfig sshd on关闭selinux enforcing状态vim /etc/selinux/config :SELINUX=disabled配置yum源:vim CentOS-Base.repo :-# CentOS-Base.repo# The mirror system uses the connecting IP address of the clien

2、t and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client. You should use this for CentOS updates# unless you are manually picking other mirrors.# If the mirrorlist= does not work for you, as a fall back you can try the# remarked out baseurl=

3、 line instead.#basename=CentOS-$releasever - Base - #released updatesupdatesname=CentOS-$releasever - Updates - #additional packages that may be usefulextrasname=CentOS-$releasever - Extras - #additional packages that extend functionality of existing packagescentosplusname=CentOS-$releasever - Plus

4、- yum install -y sysstat*yum install libXp* -yyum install -y glibc-kernheaders4.解压安装包cd /optunzip p1*_112040_Linux-x86-64_1of7.zipunzip p1*_112040_Linux-x86-64_2of7.zip5.创建用户组groupadd -g 5000 oinstallgroupadd -g 501 dbauseradd -g oinstall -G dba oraclepasswd oracle6.修改/添加 内核参数vim /etc/security/limit

5、s.conf :(添加-oracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536oracle soft stack 10240vim /etc/sysctl.conf : (添加-fs.aio-max-nr = 1048576fs.file-max = 6815744kernel.shmall = 2097152kernel.shmmax = 4126345216kernel.shmmni = 4096kernel.sem = 250 32000 100 1287.安

6、装Oracle软件,需要可视化桌面xhost +su - oracle如果默认linux是中文,则进行操作,防止安装程序出现乱码export LANG=en_US.UTF-8export LC_CTYPE=en_US.iso88591cd /opt/database./runInstaller(可视化安装。 YES 执行脚本:cd /u01/app/oraInventorybash orainstRoot.sh根据提示输入内容:/usr/local/bin继续安装,点击OK 完成软件安装。8.配置环境变量vim /home/oracle/.bash_profile :- ORACLE_BASE

7、=/u01/app/oracleexport ORACLE_SIDexport DISPLAYexport ORACLE_BASEexport ORACLE_HOME9.重启机器root用户:reboot10.配置监听xhost +su - oracle如果默认linux是中文,则进行操作,防止安装程序出现乱码export LANG=en_US.UTF-8export LC_CTYPE=en_US.iso88591netca 11.安装数据库xhosts +su - oracle如果默认linux是中文,则进行操作,防止安装程序出现乱码export LANG=en_US.UTF-8export LC_CTYPE=en_US.iso88591dbca 默认模板安装。可以根据实际情况选择文件夹存放数据文件

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论