Oracle database 23c installation on OEL -
Oracle database 23c free developer release rpm based installation is illustrated here. We are using Oracle Enterprise Linux 8 for this 23c installation.
System Requirements -
Operating system : Linux x86_64.
RAM : 1GB minimum - 2GB recommended.
Disk space : 10GB minimum.
Swap : Minimum 2GB or twice of RAM allocated.
23c Database Developer Version Prerequisites -
Run these prerequisites command as "root" user.
1. dnf install -y oraclelinux-developer-release-el8
Note - dnf (Dandified YUM) is newer major version of yum. Package manager for rpm based Linux distributions.
Run below command to install all prerequisites for installing 23c database.
Note - As part of below step "oracle" user, "oinstall" group will be be created.
2. dnf install -y oracle-database-preinstall-23c
Final step is to install database binaries. Download free database rpm (oracle-database-free-23c-1.0-1.el8.x86_64.rpm) and place it on /tmp.
3. dnf -y localinstall oracle-database-free-23c-1.0-1.el8.x86_64.rpm
For database creation.
Comments
Post a Comment