Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是 tibco 业务代码。我在 JDBC 事务组中有两个存储过程。这些存储过程一个接一个地被调用,并且有自己的 COMMIT 语句。万一,第二个存储过程由于某种原因失败了,第一个存储过程的动作会回滚吗?
谢谢。
不,它们不会被回滚,因为它们已在第一个 SP 的执行期间提交。