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

From Onepoint Systems Integration
Jump to: navigation, search
 
Line 20: Line 20:
  
 
   ]# /etc/init.d/oracledb_ORCLCDB-19c configure
 
   ]# /etc/init.d/oracledb_ORCLCDB-19c configure
 +
 +
= Install Instant Client and cx_Oracle on Onepoint Server =
 +
 +
* https://www.oracle.com/database/technologies/instant-client/downloads.html
 +
* cx_Oracle
 +
  ]# pip install cx_Oracle

Latest revision as of 19:06, 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

Install Instant Client and cx_Oracle on Onepoint Server

 ]# pip install cx_Oracle