querytimeout set to 60 seconds in JDBC properties.
Solution 1): Remove the JDBC property setting in the Designer project.
Solution 2): Set JDBC URL=jdbc:tibcosoftwareinc:oracle://<ip_adress>:1521;SID=<SID>;QueryTimeout=5;EnableCancelTimeout=true to make the SQL statement return a timeout error in 5 seconds and then send the response to TIBCO Adapter for ActiveDatabase.
Note:
1). The modification of the global variable in the .tra file could be overwritten by the JDBC properties in the Designer project, so users still need to modify the Designer project to disable the timeout feature.
2). The benefit of disabling querytimeout is to let the TIBCO Adapter for ActiveDatabase keep waiting for the result on the DB side. The disadvantage is that it will reduce performance because unless a previous request was finished, other requests could be fetched by the TIBCO Adapter for ActiveDatabase.