09/04/2023 05:22 AM
Hi,
We are trying to put the connection timeout settings for our DB connector. Has anyone worked on such scenario ?
09/04/2023 08:04 AM
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
09/05/2023 01:39 AM
Thank you for reply Adrein!
Its Oracle.