Difference between revisions of "Installing Oracle 19c on Fedora 30"

From Onepoint Systems Integration
Jump to: navigation, search
(Created page with "= Downloading Oracle = * https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm * Download Oracle from https:...")
 
(Downloading Oracle)
Line 1: Line 1:
 
= Downloading Oracle =
 
= Downloading Oracle =
* https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
+
* Download Oracle Pre-install from https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
 
* Download Oracle from https://www.oracle.com/database/technologies/oracle19c-linux-downloads.html
 
* Download Oracle from https://www.oracle.com/database/technologies/oracle19c-linux-downloads.html
 +
 +
= Installing compat-libcap1 =
 +
  ]# dnf install http://mirror.centos.org/centos/7/os/x86_64/Packages/compat-libcap1-1.10-7.el7.x86_64.rpm
 +
 +
= Installing Oracle =
 +
  ]# dnf install ./oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm ./oracle-database-ee-19c-1.0-1.x86_64.rpm
 +
 +
= Create Database =
 +
  ]# /etc/init.d/oracledb_ORCLCDB-19c configure

Revision as of 14:44, 29 September 2019

Downloading Oracle

Installing compat-libcap1

 ]# dnf install http://mirror.centos.org/centos/7/os/x86_64/Packages/compat-libcap1-1.10-7.el7.x86_64.rpm

Installing Oracle

 ]# dnf install ./oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm ./oracle-database-ee-19c-1.0-1.x86_64.rpm

Create Database

 ]# /etc/init.d/oracledb_ORCLCDB-19c configure