重庆思庄Oracle、Redhat认证学习论坛

标题: oracle 19c 尝鲜 [打印本页]

作者: 郑全    时间: 2018-11-1 22:43
标题: oracle 19c 尝鲜
2018年10月29日收到邮件,19c 测试版可以用了,下载有点慢,db文件有3g,grid文件有2.8g,下了两次,2018年10月30日正好下完,数据库已经是最新了,能否有rhel7.6的版本呢,检查了一下,rhel7.6只有 8月24日的发布的 beta版,
不成想,2018年11月1日,就已经看到 rhel 7.6已经正式发布,具体见
https://access.redhat.com/articles/3078
,马上下载最新的 rhel7.6。用于 19c的安装 。

所以,我这里的环境 :

rhel 7.6 +oracle 19c









作者: 郑全    时间: 2018-11-1 22:46
1.硬件支持。
内存: At least 1 GB RAM for Oracle Database installations. 2 GB RAM recommended. • At least 8 GB RAM for Oracle Grid Infrastructure installations.
运行级别:3或5
显卡支持:1024*768


作者: 郑全    时间: 2018-11-1 22:51
2.操作系统支持
  Oracle Linux 7.4 with the Unbreakable Enterprise Kernel 4: 4.1.12-112.16.7.el7uek.x86_64 or later
  Oracle Linux 7.4 with the Unbreakable Enterprise Kernel 5: 4.14.35-1818.1.6.el7uek.x86_64 or later
  Oracle Linux 7.4 with the Red Hat Compatible kernel: 3.10.0-693.5.2.0.1.el7.x86_64 or later
  Red Hat Enterprise Linux 7.4: 3.10.0-693.5.2.0.1.el7.x86_64 or later
  SUSE Linux Enterprise Server 12 SP3: 4.4.103-92.56-default or later
  看来操作系统要升级呀,幸好,我准备的是rhel 7.6
  
推荐关闭透明大页内存,使用标准大页内存:
  Oracle recommends that you disable Transparent HugePages and use standard HugePages for enhanced performance
已经按要求关闭透明大页内存,关闭方法见:http://bbs.cqsztech.com/forum.ph ... &extra=page%3D1


作者: 郑全    时间: 2018-11-1 22:59
3.服务器配置检查
  /tmp:  At least 1 GB of space in the /tmp directory

swap: Between 1 GB and 2 GB: 1.5 times the size of the RAM Between 2 GB and 16 GB: Equal to the size of the RAM More than 16 GB: 16 GB
作者: 郑全    时间: 2018-11-1 23:05
4.建立环境设置
  建立安装组
  # group dba
  # group oinstall
  # group oper

建立用户

  # useradd -g oinstall -G dba,oper oracle

  # echo "oracle" |passwd --stdin oracle


  设置  ORACLE_HOME, ORACLE_BASE, ORACLE_SID 环境变量
  vi ~/.bash_profile
  export ORACLE_BASE=/u01/app/oracle
  export ORACLE_HOME=$ORACLE_BASE/product/19.1.0/dbhome_1
  export ORACLE_SID=sztech1

  
作者: 郑全    时间: 2018-11-1 23:33
5.建立目录
  从18c开始,oracle安装介质为已经安装好的文件,需要拷贝到oracle_home位置。
  mkdir -p /u01/app/oracle/product/19.1.0/dbhome_1

  解压 安装盘到 oracle_home
  cd /u01/app/oracle/product/19.1.0/dbhome_1
  unzip /u01/setup/db/191000_Beta1_Linux-x86-64_db_home.zip


作者: 郑全    时间: 2018-11-1 23:40
本帖最后由 郑全 于 2018-11-1 23:45 编辑

6.开始安装
  export DISPLAY=192.168.133.1:0.0
  ./runInstaller

   
作者: 郑全    时间: 2018-11-2 00:22
郑全 发表于 2018-11-1 23:40
6.开始安装
  export DISPLAY=192.168.133.1:0.0
  ./runInstaller

1.jpg
登录/注册后可看大图