Hi Ke Chen, Thanks for your input. I have tried blockingReadConnectionTimeout=0 and the issue still remains. It should be related to the following query: WITH APPL_INFO AS ( SELECT DISTINCT T.TBSP_ID, T.TAB_FILE_ID, RTRIM(T.TABSCHEMA) AS TABSCHEMA, RTRIM(T.TABNAME) AS TABNAME, T.DATA_PARTITION_ID AS ...
|