HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

"sockettimeout" for oracle databases -> update "Rapid Recovery" wiki page

Open chewiebug opened this issue 2 years ago • 0 comments

Currently, I probably have a case of "unacknowledged tcp" as described in https://github.com/brettwooldridge/HikariCP/wiki/Rapid-Recovery with an Oracle database. An entry for configuration for oracle databases is missing. I propose the following addition:

# Oracle
The [Oracle database driver](https://www.oracle.com/database/technologies/appdev/jdbc.html) supports socket time outs via the `oracle.jdbc.ReadTimeout` property. See [this page](https://docs.oracle.com/cd/E21454_01/html/821-2594/cnfg_oracle-env_r.html#agoci) for relevant information.

chewiebug avatar Oct 25 '21 08:10 chewiebug