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

From Onepoint Systems Integration
Jump to: navigation, search
(Downloading Oracle)
(Installing Oracle)
Line 7: Line 7:
  
 
= Installing Oracle =
 
= 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
+
   ]# 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 =
 
= Create Database =
 
   ]# /etc/init.d/oracledb_ORCLCDB-19c configure
 
   ]# /etc/init.d/oracledb_ORCLCDB-19c configure

Revision as of 16:00, 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 
 ]# rpm -i --nodigest ./oracle-database-ee-19c-1.0-1.x86_64.rpm

Create Database

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