当前位置: 代码迷 >> J2EE >> PZL 有关JAVA使用Oracle的有关问题及事务实现
  详细解决方案

PZL 有关JAVA使用Oracle的有关问题及事务实现

热度:30   发布时间:2016-04-22 02:22:21.0
PZL 有关JAVA使用Oracle的问题及事务实现。
如果一个事务里面还要有事务该怎么办?使用Conn.setAutoCommit(false)?

Proxy Pool 老是出现Couldn't perform the operation prepareStatement: You can't perform any operations on this connection. It has been automatically closed by Proxool for some reason (see logs).异常怎么办?



------解决方案--------------------
for some reason (see logs)

logs是啥呢
------解决方案--------------------
1,事物里嵌套事务,在oracle中只能使用自治事物
2.有可能是你连接池配置错误的问题,也有可能网络问题
  相关解决方案