gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Look at Offload Transport Oracle connection manager #161

Open nj1973 opened 5 months ago

nj1973 commented 5 months ago

It has been noted that oracle_offload_transport_rdbms_api.py does not use OracleFrontendApi for managing connections and running queries. This has caused confusion when handling connectivity issues.

We should look to see if we can utilise OracleFrontendApi in oracle_offload_transport_rdbms_api.py and not interact with cx_Oracle directly.