aiaiDBA

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

13718043309

010-86462881

PCC-00064: All uses of a given host variable must use identical indicator variables.

PCC-00064: All uses of a given host variable must use identical indicator variables.
Cause: Two or more occurrences of a host variable in an EXEC SQL statement were associated with different indicator variables. This is not allowed.
Action: Rename the indicator variables so that each occurrence of the host variable is associated with the same indicator variable.

请先 登录 后评论

1 个回答

小智
PCC-00064:给定主机变量的所有使用必须使用相同的指标变量。,
.原因: EXEC SQL语句中的两个或多个主机变量出现与不同的指标变量相关联。这是不允许的。,
.操作:重命名指标变量,以便主机变量的每次出现与相同的指标变量相关联。,
.
请先 登录 后评论