【Oracle Linux】Oracle Database 21cをOracle Linux8.10にrpmでインストールする方法まとめ

Oracle

この記事では「Oracle Database 21c for Linux x86-64」をOracleLinux8.10にrpmでインストールする方法をまとめました。

Oracle Database 21cのインストールは、以下の2通りのインストール方法があります。

  • Zipファイルを解凍してインストールする
  • rpmファイルを使用してインストールする

この記事では後者のrpmファイルを利用したインストールを行います。

rpmファイルをダウンロードする

Oracle公式サイトから「Oracle Database 21c for Linux x86-64」のrpmファイルをダウンロードします。

Database Software Downloads | Oracle
Download the latest Database Software 19c or all previous versions 18c, 12c and 11g for Windows, Linux Oracle Solaris, I...

日本語版は以下です。

オラクル・データベース・ソフトウェアのダウンロード | オラクル | Oracle 日本
Windows、LinuxのOracle Solaris、IBM AIX、HP-UXおよび多くのための最新のデータベース・ソフトウェアである19c、またはすべての以前のバージョン18c、12cおよび11gをダウンロードしてください。

上記サイトのリンク、以下からrpmファイルを入手します。

Oracle Database 21c Download for Linux x86-64
Oracle Database 21c Download for Linux x86-64

赤枠で囲った2か所をクリックして、以下の二つのファイルを入手します。

  • oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
  • oracle-database-ee-21c-1.0-1.ol8.x86_64.rpm

※ファイルのダウンロードにはOracleにアカウントを登録する必要があります。

Oracle Databaseをインストールする

以下のOracle公式ドキュメントを参考に、Oracle Databaseをインストールします。

Database Installation Guide

rpmでインストールするので以下を参考にします。

Database Installation Guide
Perform the following steps to install and configure Oracle Database using RPM packages.

以下がインストールされていることを確認します。

bc
binutils
compat-openssl10
elfutils-libelf
glibc
glibc-devel
ksh
libaio
libXrender
libX11
libXau
libXi
libXtst
libgcc
libnsl
libstdc++
libxcb
libibverbs
make
policycoreutils
policycoreutils-python-utils
smartmontools
sysstat
Database Installation Guide
Use the following information to check supported Oracle Linux 8 distributions:

まず、ダウンロードしたrpmファイルを/tmp配下に配置します。

  • oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
  • oracle-database-ee-21c-1.0-1.ol8.x86_64.rpm

次に以下のコマンドを実行してrpmファイルからOracle Databaseをインストールします。

cd /tmp
yum -y localinstall oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm
yum -y localinstall oracle-database-ee-21c-1.0-1.ol8.x86_64.rpm

タイトルとURLをコピーしました