sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
2.02k stars 163 forks source link

How to set database connection timeout for Oracle database? #656

Open fritzwijaya opened 5 months ago

fritzwijaya commented 5 months ago

I am using the connectorx to export large data from Oracle database. But, facing connection timeout issue. How to set the connection timeout or increase the connection timeout on the connection url? Regards