aiaiDBA

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

13718043309

010-86462881

PGA-20935: synclevel number is not allowed when PGA_CAPABILITY=string

PGA-20935: synclevel number is not allowed when PGA_CAPABILITY=string
Cause: The synclevel parameter passed to PGAINIT was incompatible with the setting of the PGA_CAPABILITY gateway initialization parameter, .
Action: If the synclevel passed to PGAINIT is correct, then the gateway initialization parameter PGA_CAPABILITY must be changed to allow the desired synclevel to be supported. If the synclevel is not correct, the TIP should be changed to specify the correct sync- level in the call to PGAINIT. If the TIP was generated by PGAU, the SYNCLEVEL keyword of the DEFINE TRANSACTION statement should be changed to specify the correct synclevel and the TIP should be regenerated. The table below shows which synclevels are valid with each PGA_CAPABILITY setting. PGA_CAPABILITY Value SYNCLEVELs Allowed ---------------------- ------------------ READ_ONLY 0 SINGLE_SITE 0, 1 COMMIT_CONFIRM 0, 1

请先 登录 后评论

1 个回答

小智
PGA-20935:同步级别数时,不允许PGA_CAPABILITY = 字符串,
.原因:传递给PGAINIT的同步级参数与PGA_CAPABILITY网关初始化参数的设置不兼容。,
.操作:如果传递给PGAINIT的同步级别正确,则必须更改网关初始化参数PGA_CAPABILITY以允许支持所需的同步级别。如果同步级别不正确,则在调用PGAINIT时,应改变提示以指定正确的同步级别。如果TIP由PGAU生成,则应更改DEFINE TRANSACTION语句的SYNCLEVEL关键字以指定正确的同步级别,并重新生成TIP。下表显示了每个PGA_CAPABILITY设置中哪些同步级别有效。PGA_CAPABILITY值允许SYNCLEVEL允许---------------------- ------------------ READ_ONLY 0 SINGLE_SITE 0,1 COMMIT_CONFIRM 0,1,
.
请先 登录 后评论