说明:

断开连接后 重新连接执行序列号当前值查找 会报错。

解决方法一:先查询序列号下一个值

SELECT testTable1_ID_SEQ.nextval from dual;

相关文章: