aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PGA-20911: update transaction is already active with TP string at LU string

PGA-20911: update transaction is already active with TP string at LU string
Cause: Transaction has already been started at LU by a PGAINIT call with synclevel set to 1 or 2. Only one transaction at synclevel 1 or 2 is allowed at any given time.
Action: The new transaction is not started. Change your application to start the second update transaction after the first one has completed, or to use a different gateway database link for the second update transaction.

请先 登录 后评论

1 个回答

小智
PGA-20911:更新事务已经在LU 字符串的 TP 字符串处于活动状态,
.原因:事务已经通过PGAINIT调用在LU 中启动,同步级别设置为1或2.在任何给定时间只允许在synclevel 1或2中执行一个事务。,
.操作:新事务未启动。更改应用程序以在第一个更新事务完成后启动第二个更新事务,或者为第二个更新事务使用不同的网关数据库链接。,
.
请先 登录 后评论