Creating Pool Connection we got this error "Timer already cancelled"
Using OJDBC 21.6.0.0 we got this error below using this jdbcurl [jdbc:oracle:thin:@(DESCRIPTION=(CONNECT_TIMEOUT=90)(RETRY_COUNT=50)(RETRY_DELAY=3)(TRANSPORT_CONNECT_TIMEOUT=3)(ADDRESS_LIST =(LOAD_BALANCE=on)(ADDRESS = (PROTOCOL = TCP)(HOST=exaalcvmt01-scan.xxxxxx)(PORT=1521)))(ADDRESS_LIST =(LOAD_BALANCE=on)(ADDRESS = (PROTOCOL = TCP)(HOST=exacibvmt01-scan.xxxxxx)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME = TVCM16.ORA.XXX.XX)))]
The documentation told me, that is not necessary to add the unit to CONNECT_TIMEOUT and to TRANSPORT_CONNECT_TIMEOUT).
But when I add the SEC unit after like (CONNECT_TIMEOUT=90 sec) that is works.
Someone had the same issue and how to fix this or the documentation is wrong?