aiaiDBA

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

13718043309

010-86462881

KUP-04077: unknown format specifier in file name string

KUP-04077: unknown format specifier in file name string
Cause: A format specifier is a percent sign followed by a character. The percent sign and character are replaced by a value depending on the character. This error occurs when the character following the percent sign is not defined to have a value.
Action: See the documentation for information on valid format specifiers. If the file to be opened needs to have a percent sign in its name then use two pecent signs. They will get replaces by a single percent sign in the resulting file name.

请先 登录 后评论

1 个回答

小智
KUP-04077:文件名字符串中的未知格式说明符,
.原因:格式说明符是一个百分号,后跟一个字符。百分比符号和字符由取决于字符的值替换。当百分号后面的字符未定义为一个值时,会发生此错误。,
.操作:有关有效格式说明符的信息,请参阅文档。如果要打开的文件需要在其名称中具有百分号,请使用两个漂亮标志。它们将由生成的文件名中的一个百分比符号替换。,
.
请先 登录 后评论