Skip to content

frizchar/python-to-oracle-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-to-oracle connector

Overview

We provide python code to pull data from Oracle database, following the steps below:

  1. connect to Oracle database using the cx-Oracle package
  2. query data via the sql file sql_script.sql
  3. convert data to pandas dataframe

Dependencies

The required packages are included in file requirements.txt.
Python interpreter version used for this project: 3.9.4

About

connects to Oracle database using the cx-Oracle package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages