aiaiDBA

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

13718043309

010-86462881

KUP-04027: file name check failed: string

KUP-04027: file name check failed: string
Cause: The check of the filename failed. These checks are platform specific, but they can include verifying that there are no hard links in the file path, the file is not a soft link, the file specification includes a parent reference ("../" on Unix), or the file was modified between the time the check was made and the file was opened.
Action: Use a file location that does not violate any of the checks.

请先 登录 后评论

1 个回答

小智
KUP-04027:文件名检查失败:string,
.原因:检查文件名失败。这些检查是平台特定的,但它们可以包括验证文件路径中没有硬链接,文件不是软链接,文件规范包括父参考(Unix上的“../”)或文件在检查时间和文件打开之间进行了修改。,
.操作:使用不违反任何检查的文件位置。,
.
请先 登录 后评论