1. yum 소스 다운로드
필요에 따라 해당 yum 소스를 다운로드하세요
http://yum.oracle.com/getting-started.html
제 시스템은 centos7.3이므로 linux7을 선택합니다.
# cd /etc/yum.repos.d # wget http://yum.oracle.com/public-yum-ol7.repo
2. RMP-GPG-KEY 설치
wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
이를 설치하지 않으면 yum 소스 확인에 실패할 수 있습니다.
3. oracle 설치
필요한 설치 프로그램이 있는지 확인하세요
[root@localhost yum.repos.d]# yum list |grep oracle Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository extras is listed more than once in the configuration Repository centosplus is listed more than once in the configuration oracle-rdbms-server-11gR2-preinstall.x86_64 kmod-oracleasm.x86_64 2.0.8-19.el7 base oracle-database-server-12cR2-preinstall.x86_64 oracle-logos.noarch 70.0.3-4.0.7.el7 ol7_u0_base oracleasm-support.x86_64 2.1.8-3.1.el7 ol7_u3_base oraclelinux-release.x86_64 7:7.3-1.0.4.el7 ol7_u3_base pcp-pmda-oracle.x86_64 3.11.8-7.el7 base tuned-profiles-oracle.noarch 2.8.0-5.el7_4.2 updates
oracle-rdbms-server-11gR2-preinstall.x86_64
[root@localhost yum.repos.d]# yum install -y oracle-rdbms-server-11gR2-preinstall
권장 관련 튜토리얼: centos 튜토리얼
위 내용은 centos7에서 yum을 사용하여 oracle을 설치하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!