We provide python code to pull data from Oracle database, following the steps below:
- connect to Oracle database using the cx-Oracle package
- query data via the sql file
sql_script.sql
- convert data to pandas dataframe
The required packages are included in file requirements.txt
.
Python interpreter version used for this project: 3.9.4