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
1.85k stars 146 forks source link

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

Open fritzwijaya opened 6 days ago

fritzwijaya commented 6 days 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