From 1fd5b1530533849cea897c5357f15618c97d29db Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Thu, 16 Feb 2017 14:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/service/impl/OracleExtractServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/platform/service/impl/OracleExtractServiceImpl.java b/src/com/platform/service/impl/OracleExtractServiceImpl.java index 656fb2a5..6f5032aa 100644 --- a/src/com/platform/service/impl/OracleExtractServiceImpl.java +++ b/src/com/platform/service/impl/OracleExtractServiceImpl.java @@ -190,6 +190,7 @@ public class OracleExtractServiceImpl implements IOracleExtractService { // "]\r\n"); } else { isConnect = oracleExtract.testConnect(conn); + conn.close(); } return isConnect; }