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

From Onepoint Systems Integration
Jump to: navigation, search
(Installing Oracle)
Line 1: Line 1:
 
= Downloading Oracle =
 
= Downloading Oracle =
 +
 
* 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 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 =
 
= Installing compat-libcap1 =
 +
 
   ]# dnf install http://mirror.centos.org/centos/7/os/x86_64/Packages/compat-libcap1-1.10-7.el7.x86_64.rpm
 
   ]# dnf install http://mirror.centos.org/centos/7/os/x86_64/Packages/compat-libcap1-1.10-7.el7.x86_64.rpm
 +
 +
= Installing libnsl ==
 +
 +
  ]# dnf install libnsl
  
 
= Installing Oracle =
 
= Installing Oracle =
 +
 
   ]# dnf install ./oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm  
 
   ]# dnf install ./oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm  
 
   ]# rpm -i --nodigest ./oracle-database-ee-19c-1.0-1.x86_64.rpm
 
   ]# rpm -i --nodigest ./oracle-database-ee-19c-1.0-1.x86_64.rpm
  
 
= Create Database =
 
= Create Database =
 +
 
   ]# /etc/init.d/oracledb_ORCLCDB-19c configure
 
   ]# /etc/init.d/oracledb_ORCLCDB-19c configure

Revision as of 16:25, 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 libnsl =

 ]# dnf install libnsl

Installing Oracle

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

Create Database

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