aiaiDBA

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

13718043309

010-86462881

OCI-01861: literal does not match format string

OCI-01861: literal does not match format string
Cause: Literals in the input must be the same length as literals in the format string (with the exception of leading whitespace). If the "FX" modifier has been toggled on, the literal must match exactly, with no extra whitespace.
Action: Correct the format string to match the literal.

请先 登录 后评论

1 个回答

小智
OCI-01861:文字与格式字符串不匹配,
.原因:输入中的字面量必须与格式字符串中的文字长度(引导空格除外)的长度相同。如果“FX”修饰符被切换,字面量必须完全匹配,没有额外的空格。,
.操作:更正格式字符串以匹配文字。,
.
请先 登录 后评论