不支持事务是什么意思?难道它的jdbc驱动的Connection.setAutoCommit(false)不管用?
可以分段读取,一次读几百条,使用Statement.addBatch(String sql);Statement.executeBatch();
写进去.