Installing Oracle 19c on Fedora 30

From Onepoint Systems Integration
Jump to: navigation, search

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

Install Instant Client and cx_Oracle on Onepoint Server

 ]# pip install cx_Oracle