CentOS7 安装部署 Oracle Database 12c Release 2 版本

版权声明:本文为博主原创文章,转载请注明出处 https://blog.csdn.net/vkingnew/article/details/87787062

下载界面:

https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

chkconfig iptables off
chkconfig ip6tables off
chkconfig cups off
chkconfig firstboot off
chkconfig wpa_supplicant off
chkconfig postfix off
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
sed -i 's/^GSSAPIAuthentication yes$/GSSAPIAuthentication no/' /etc/ssh/sshd_config
sed -i 's/#UseDNS yes/UseDNS no/' /etc/ssh/sshd_config
 
下载界面:
https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle12c-linux-12201-3608234.html



# wget https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oraclelinux-release-el7-1.0-5.el7.x86_64.rpm
# rpm -ivh oraclelinux-release-el7-1.0-5.el7.x86_64.rpm 

#wget https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64.rpm


# yum -y localinstall oracle-database-server-12cR2-preinstall-1.0-4.el7.x86_64.rpm 

Installed:
  oracle-database-server-12cR2-preinstall.x86_64 0:1.0-4.el7                                                      

Dependency Installed:
  bind-libs.x86_64 32:9.9.4-73.el7_6                            bind-utils.x86_64 32:9.9.4-73.el7_6               
  compat-libcap1.x86_64 0:1.10-7.el7                            compat-libstdc++-33.x86_64 0:3.2.3-72.el7         
  gssproxy.x86_64 0:0.7.0-21.el7                                kernel-uek.x86_64 0:4.14.35-1844.2.5.el7uek       
  keyutils.x86_64 0:1.5.8-3.el7                                 ksh.x86_64 0:20120801-139.0.1.el7                 
  libICE.x86_64 0:1.0.9-9.el7                                   libSM.x86_64 0:1.2.2-2.el7                        
  libX11.x86_64 0:1.6.5-2.el7                                   libX11-common.noarch 0:1.6.5-2.el7                
  libXau.x86_64 0:1.0.8-2.1.el7                                 libXext.x86_64 0:1.3.3-3.el7                      
  libXi.x86_64 0:1.7.9-1.el7                                    libXinerama.x86_64 0:1.1.3-2.1.el7                
  libXmu.x86_64 0:1.1.2-2.el7                                   libXrandr.x86_64 0:1.5.1-2.el7                    
  libXrender.x86_64 0:0.9.10-1.el7                              libXt.x86_64 0:1.1.5-3.el7                        
  libXtst.x86_64 0:1.2.3-1.el7                                  libXv.x86_64 0:1.0.11-1.el7                       
  libXxf86dga.x86_64 0:1.1.4-2.1.el7                            libXxf86misc.x86_64 0:1.0.3-7.1.el7               
  libXxf86vm.x86_64 0:1.1.4-1.el7                               libaio-devel.x86_64 0:0.3.109-13.el7              
  libbasicobjects.x86_64 0:0.1.1-32.el7                         libcollection.x86_64 0:0.7.0-32.el7               
  libdmx.x86_64 0:1.1.3-3.el7                                   libevent.x86_64 0:2.0.21-4.el7                    
  libini_config.x86_64 0:1.3.1-32.el7                           libnfsidmap.x86_64 0:0.25-19.el7                  
  libpath_utils.x86_64 0:0.2.1-32.el7                           libref_array.x86_64 0:0.1.5-32.el7                
  libstdc++-devel.x86_64 0:4.8.5-36.0.1.el7                     libtirpc.x86_64 0:0.2.4-0.15.el7                  
  libverto-libevent.x86_64 0:0.2.5-4.el7                        libxcb.x86_64 0:1.13-1.el7                        
  lm_sensors-libs.x86_64 0:3.4.0-6.20160601gitf9185e5.el7       mailx.x86_64 0:12.5-19.el7                        
  nfs-utils.x86_64 1:1.3.0-0.61.0.1.el7                         oraclelinux-release.x86_64 7:7.6-1.0.15.el7       
  psmisc.x86_64 0:22.20-15.el7                                  quota.x86_64 1:4.01-17.el7                        
  quota-nls.noarch 1:4.01-17.el7                                redhat-release-server.x86_64 1:7.6-4.0.1.el7      
  rpcbind.x86_64 0:0.2.0-47.el7                                 smartmontools.x86_64 1:6.5-1.el7                  
  sysstat.x86_64 0:10.1.5-17.el7                                tcp_wrappers.x86_64 0:7.6-77.el7                  
  xorg-x11-utils.x86_64 0:7.5-23.el7                            xorg-x11-xauth.x86_64 1:1.0.9-1.el7               

Dependency Updated:
  bind-libs-lite.x86_64 32:9.9.4-73.el7_6                  bind-license.noarch 32:9.9.4-73.el7_6                 
  libstdc++.x86_64 0:4.8.5-36.0.1.el7                     

Complete!

JPEG图片:

-- 安装完成之后登陆数据库:
[oracle@node4 ~]$ export ORACLE_SID=orcl
[oracle@node4 ~]$ sqlplus / as sysdba

SQL*Plus: Release 12.2.0.1.0 Production on Thu Feb 21 00:13:41 2019

Copyright (c) 1982, 2016, Oracle.  All rights reserved.


Connected to:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

参考:

https://blog.csdn.net/stevensxiao/article/details/82858221

https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_oracle_database_12c_release_2_on_red_hat_enterprise_linux_7/index

https://blogs.oracle.com/dataintegration/data-replication-to-aws-kinesis-data-stream-using-oracle-goldengate

猜你喜欢

转载自blog.csdn.net/vkingnew/article/details/87787062