Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Configure DB connection timeouts

Mathias NeunerOct 7 2021

Is there a possibility to configure the connection timeout in SQL Developer (UI or programaticaly)

This post has been answered by thatJeffSmith-Oracle on Oct 7 2021
Jump to Answer

Comments

DB connection timeouts or client connection timeouts? Be specific on exactly what you're asking to configure.

Mathias Neuner

For the client SQL Developer. We want to configure the timeout (make it less), so that for example if no db is available, the UI is not blocked with the connection dialog for about 2 minutes.

Answer

then yes you can mess with jdbc connection properties, but if you do that, it could impact say...the driver giving up queries that say also take longer than 2 minutes to complete

it's not simple journey you're about to take, so to speak

Marked as Answer by Mathias Neuner · Oct 7 2021
1 - 3

Post Details

Added on Oct 7 2021
3 comments
235 views