aiaiDBA

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

13718043309

010-86462881

ORA-31602: parameter string value "string" in function string inconsistent with string

ORA-31602: parameter string value "string" in function string inconsistent with string
Cause: The parameter value is inconsistent with another value specified by the program. It may be inconsistent with the object type associated with the OPEN context, or it may be of the wrong datatype (a boolean rather than a text string or vice versa).
Action: Correct the program

请先 登录 后评论

1 个回答

小智
ORA-31602:参数字符串值“ 字符串函数” 串不一致的字符串,
.原因:参数值与程序指定的另一个值不一致。它可能与与OPEN上下文相关联的对象类型不一致,或者可能是错误的数据类型(布尔值,而不是文本字符串,反之亦然)。,
.操作:更正程序,
.
请先 登录 后评论