How can we override weblogic datasource level property(oracle.jdbc.ReadTimeout)from SOA/BPEL service
Oracle SOA Suite 12.2.1.4
Issue:
On datasource level, jdbc property(oracle.jdbc.ReadTimeout) is set to 60 secs and the same datasource is used by multiple services via DB Adapter.
We want to override this ReadTimeout property from one of the BPEL process. Is it possible, if yes then how?
I have already tried the QueryTimeout(to set to 120 secs) property from DB adapter but that didn't override the readTimeout on jdbc/datasource level. And transaction is still timing out after 60 secs with Socket read timeout error.
Regards,
Vivek