aiaiDBA

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

13718043309

010-86462881

PCC-02368: An EXEC TOOLS host variable context name is not type char

PCC-02368: An EXEC TOOLS host variable context name is not type char
Cause: If a host variable is used to define a context name in an EXEC TOOLS GET CONTEXT or EXEC TOOLS SET CONTEXT statement, that host variable must be of a character type.
Action: Redeclare the context name to a host variable of a char type.

请先 登录 后评论

1 个回答

小智
PCC-02368:EXEC TOOLS主机变量上下文名称不是char类型,
.原因:如果使用主机变量在EXEC TOOLS GET CONTEXT或EXEC TOOLS SET CONTEXT语句中定义上下文名称,那么该主机变量必须是字符类型。,
.操作:将上下文名称重新声明为char类型的主变量。,
.
请先 登录 后评论