aiaiDBA

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

13718043309

010-86462881

PCB-00603: An EXEC TOOLS MESSAGE host variable is not a character type

PCB-00603: An EXEC TOOLS MESSAGE host variable is not a character type
Cause: If a host variable is used to specify the message in an EXEC TOOLS MESSAGE statement, that host variable must be of a character type.
Action: Declare the message to a host variable of a char type. "625 - 649, EXEC SQL LOB statements"

请先 登录 后评论

1 个回答

小智
PCB-00603:EXEC TOOLS MESSAGE主机变量不是字符类型,
.原因:如果使用主机变量在EXEC TOOLS MESSAGE语句中指定消息,该主机变量必须是字符类型。,
.操作:将消息声明为char类型的主机变量。“625 - 649,EXEC SQL LOB语句”,
.
请先 登录 后评论