经验首页 前端设计 程序设计 Java相关 移动开发 数据库/运维 软件/图像 大数据/云计算 其他经验
当前位置:技术经验 » 数据库/运维 » Oracle » 查看文章
OL7.6上RPM方式安装Oracle 19c
来源:cnblogs  作者:九命猫幺  时间:2019/8/28 12:31:33  对本文有异议

设置主机名

  1. [root@localhost ~]# cat /etc/hosts
  2. 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
  3. ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
  4. 10.0.0.11 study1.localdomain study1
  5. [root@localhost ~]# cat /etc/hostname
  6. study1.localdomain

安装环境准备工具

其实直接rpm安装即可,它会自动解决依赖问题包括环境准备工具,但是这样oracle用户没有home目录,所以单独先安装环境准备工具

  1. [root@study1 /]# yum -y install oracle-database-preinstall-19c
  2. Loaded plugins: langpacks, ulninfo
  3. ol7_UEKR5 | 2.5 kB 00:00:00
  4. ol7_latest | 2.7 kB 00:00:00
  5. (1/4): ol7_UEKR5/x86_64/updateinfo | 49 kB 00:00:01
  6. (2/4): ol7_latest/x86_64/updateinfo | 1.1 MB 00:00:05
  7. (3/4): ol7_UEKR5/x86_64/primary_db | 5.7 MB 00:00:27
  8. (4/4): ol7_latest/x86_64/primary_db | 19 MB 00:01:21
  9. Resolving Dependencies
  10.  
  11. (many more lines supressed)
  12.  
  13. Installed:
  14. oracle-database-preinstall-19c.x86_64 0:1.0-1.el7
  15.  
  16. Dependency Installed:
  17. compat-libcap1.x86_64 0:1.10-7.el7 compat-libstdc++-33.x86_64 0:3.2.3-72.el7 glibc-devel.x86_64 0:2.17-292.0.1.el7 glibc-headers.x86_64 0:2.17-292.0.1.el7 kernel-headers.x86_64 0:3.10.0-1062.el7
  18. ksh.x86_64 0:20120801-139.0.1.el7 libaio-devel.x86_64 0:0.3.109-13.el7 libstdc++-devel.x86_64 0:4.8.5-39.0.1.el7
  19.  
  20. Dependency Updated:
  21. glibc.x86_64 0:2.17-292.0.1.el7 glibc-common.x86_64 0:2.17-292.0.1.el7 libstdc++.x86_64 0:4.8.5-39.0.1.el7
  22.  
  23. Complete!
  24. [root@study1 /]#

如果是rhel或者centos,就要手工先下载preinstall的rmp包,然后本地安装(或者添加oracle linux的yum源来yum安装)

  1. [root@study1 /]# curl -o oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 18204 100 18204 0 0 18037 0 0:00:01 0:00:01 --:--:-- 18059
  5. [root@study1 /]# yum -y localinstall oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm

安装oracle软件

  1. [root@study1 db]# yum -y localinstall oracle-database-ee-19c-1.0-1.x86_64.rpm
  2. Loaded plugins: langpacks, ulninfo
  3. Examining oracle-database-ee-19c-1.0-1.x86_64.rpm: oracle-database-ee-19c-1.0-1.x86_64
  4. Marking oracle-database-ee-19c-1.0-1.x86_64.rpm to be installed
  5. Resolving Dependencies
  6. --> Running transaction check
  7. ---> Package oracle-database-ee-19c.x86_64 0:1.0-1 will be installed
  8. --> Finished Dependency Resolution
  9.  
  10. Dependencies Resolved
  11.  
  12. ========================================================================================================================================================================================================================
  13. Package Arch Version Repository Size
  14. ========================================================================================================================================================================================================================
  15. Installing:
  16. oracle-database-ee-19c x86_64 1.0-1 /oracle-database-ee-19c-1.0-1.x86_64 6.9 G
  17.  
  18. Transaction Summary
  19. ========================================================================================================================================================================================================================
  20. Install 1 Package
  21.  
  22. Total size: 6.9 G
  23. Installed size: 6.9 G
  24. Downloading packages:
  25. Running transaction check
  26. Running transaction test
  27. Transaction test succeeded
  28. Running transaction
  29. Installing : oracle-database-ee-19c-1.0-1.x86_64 1/1
  30. [INFO] Executing post installation scripts...
  31. [INFO] Oracle home installed successfully and ready to be configured.
  32. To configure a sample Oracle Database you can execute the following service configuration script as root: /etc/init.d/oracledb_ORCLCDB-19c configure
  33. Verifying : oracle-database-ee-19c-1.0-1.x86_64 1/1
  34.  
  35. Installed:
  36. oracle-database-ee-19c.x86_64 0:1.0-1
  37.  
  38. Complete!
  39. [root@study1 db]#

oracle_home目录是/opt/oracle/product/19c/dbhome_1

创建数据库

  1. [root@study1 dbhome_1]# /etc/init.d/oracledb_ORCLCDB-19c configure
  2. Configuring Oracle Database ORCLCDB.
  3. Prepare for db operation
  4. 8% complete
  5. Copying database files
  6. 31% complete
  7. Creating and starting Oracle instance
  8. 32% complete
  9. 36% complete
  10. 40% complete
  11. 43% complete
  12. 46% complete
  13. Completing Database Creation
  14. 51% complete
  15. 54% complete
  16. Creating Pluggable Databases
  17. 58% complete
  18. 77% complete
  19. Executing Post Configuration Actions
  20. 100% complete
  21. Database creation complete. For details check the logfiles at:
  22. /opt/oracle/cfgtoollogs/dbca/ORCLCDB.
  23. Database Information:
  24. Global Database Name:ORCLCDB
  25. System Identifier(SID):ORCLCDB
  26. Look at the log file "/opt/oracle/cfgtoollogs/dbca/ORCLCDB/ORCLCDB.log" for further details.
  27.  
  28. Database configuration completed successfully. The passwords were auto generated, you must change them by connecting to the database using 'sqlplus / as sysdba' as the oracle user.
  29. [root@study1 dbhome_1]#

这默认创建了名为ORCLCDB且pdb名ORCLPDB1的数据库,当然可以不用这么创建,用传统的dbca方式

优缺点

实际上这个方式并没有什么用,比起来静默安装也并没有显得更容易,只能安装数据库软件,并不能升级数据库,而且不能用于rac,只能用于安装单实例数据库,整个部署没有给予定制空间比如oracle_home目录如果和你公司的磁盘规划不一致呢,不过新手可能认为这样更简单,这个方式仅试试而已体会一下,实际生产中几乎是不能用的

原文链接:http://www.cnblogs.com/yongestcat/p/11419602.html

 友情链接:直通硅谷  点职佳  北美留学生论坛

本站QQ群:前端 618073944 | Java 606181507 | Python 626812652 | C/C++ 612253063 | 微信 634508462 | 苹果 692586424 | C#/.net 182808419 | PHP 305140648 | 运维 608723728

W3xue 的所有内容仅供测试,对任何法律问题及风险不承担任何责任。通过使用本站内容随之而来的风险与本站无关。
关于我们  |  意见建议  |  捐助我们  |  报错有奖  |  广告合作、友情链接(目前9元/月)请联系QQ:27243702 沸活量
皖ICP备17017327号-2 皖公网安备34020702000426号