This is tibco business works code. I've two stored procedures inside a JDBC transaction group. These stored procedures are invoked one after another and have their own COMMIT statement. Incase, the 2nd stored proc fails for some reason, will the first stored proc's actions rolled back?

Thanks.

有帮助吗?

解决方案

No, they won't be rolled back since they have been committed during the execution of the first SP.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top