Service Instance Configuration


Hello,

 

When configuring a SQL Server service instance, there is an option to alter the command timeout.

22524iD40B0AE2B5B91F61.png

 

However, this option does not exist for Oracle services/

22525iE6775BEAB611CE19.png

 

Could anybody tell me why this is the case, and if there is a way around it without going into the application source code.

 

Thanks

 

 


2 replies

Userlevel 1
Badge +7

Hi,


 


You can't compare the SQL service broker and Oracle service broker.  Both uses different providers. The setting you can set for both providers are different, which explains why the settings exposed for both service brokers are different.


 


There are certain settings you can set in Oracle connection strings. You can refer to here for some additional settings you can set.

Userlevel 2
Badge +10

Hi jordancox,


 


Maybe this will help, you have to specific the connection Timeout in the Connection String parameter. 


https://help.nintex.com/en-US/k2five/userguide/5.5/default.htm#ServiceBrokers/Oracle/Oracle.htm?Highlight=oracle


 

Reply