Skip to main content

Chapter 2: Installing Oracle Database Free Using RPM Packages

Oracle Linux 8 for Arm (aarch64)

create a new folder for example: /stage

Log in as the root user:

If you are using linux, just downloaded the file by using wget:

wget https://yum.oracle.com/repo/OracleLinux/OL8/appstream/aarch64/getPackage/oracle-database-preinstall-23ai-1.0-4.el8.aarch64.rpm

Download and install this preinstall RPM first.

dnf -y install oracle-database-free-preinstall-23ai-1.0-1.4.el8.aarch64.rpm

Download and Install the database software.

wget https://download.oracle.com/otn-pub/otn_software/db-free/oracle-database-free-23ai-1.0-1.el8.aarch64.rpm

Install the database software: (For Oracle Linux 8)

dnf -y install oracle-database-free-23ai-1.0-1.el8.x86_64.rpm

image.png

The installation of the Oracle Database software is now complete.