RavuAlHemio / bb8-oracle

Oracle connection pooling for Rust's bb8
Other
0 stars 2 forks source link

Getting TimedOut error, #1

Open shwahnim opened 1 year ago

shwahnim commented 1 year ago

thread 'tokio-runtime-worker' panicked at 'failed to get connection from oracle bb8 pool: TimedOut'

I have increased the timeout to 60 seconds, maybe i will try to increase it more.

RavuAlHemio commented 1 year ago

Sounds like an issue outside of bb8-oracle -- does connecting directly using oracle::Connection::connect() work?

shwahnim commented 1 year ago

my bad, it seems i haven't installed oracle instant client