Install 23c Oracle Database: Free Version

Welcome Oracle database 23c, you can get more details about features and how to download it, in my previous tutorial.

Install prerequisites:

We need the RPM: oracle-database-preinstall-23c.x86_64 as prerequisites on Linux 8, so as first step we need to install the RPM Repo Linux for developer repositories

# dnf -y install oraclelinux-developer-release-el8
# dnf install -y oracle-database-preinstall-23c.x86_64

Install Oracle database 23c RPM

rpm -ivh oracle-database-free-23c-1.0-1.el8.x86_64.rpm 
Verifying… ################################# [100%]
Preparing… ################################# [100%]
Updating / installing…
1:oracle-database-free-23c-1.0-1 ################################# [100%]
[INFO] Executing post installation scripts…
[INFO] Oracle home installed successfully and ready to be configured.
To configure Oracle Database Free, optionally modify the parameters in '/etc/sysconfig/oracle-free-23c.conf' and then run '/etc/init.d/oracle-free-23c configure' as root.
/sbin/ldconfig: /etc/ld.so.conf.d/kernel-5.4.17-2011.1.2.el8uek.x86_64.conf:6: hwcap directive ignored

After RPM installation, now it is time to create your fist instance named FREE

Install FREE Database:

Bookmark the permalink.
Loading Facebook Comments ...

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.