Connection timeout in DB connector (oracle)

rajat1996
New Contributor
New Contributor

Hi, 

We are trying to put the connection timeout settings for our DB connector. Has anyone worked on such scenario ?

2 REPLIES 2

adriencosson
Regular Contributor III
Regular Contributor III

Hi @rajat1996,

What is your database technology ?

If that's MySQL, you can use the below parameter in the DB url : jdbc:mysql://host:port/dbname?connectTimeout=5000&socketTimeout=30000

Regards,
Adrien COSSON

rajat1996
New Contributor
New Contributor

Thank you for reply Adrein!

Its Oracle.