2 years ago
#23835

Vicky
Data Transfer from Oracle to Postgres using Pandas, Python
We need to load historical data(>10M) from Oracle to Postgres. We thought of using Pandas to read from Oracle into a Pandas DF and load the DF into Postgres. But team suggests it will take lot of time and could be better if there's a way to load directly from Oracle to Postgres without the DF. Could you please suggest some better approach for achieving this?
Thanks!
python
pandas
postgresql
oracle
data-transfer
0 Answers
Your Answer