aiaiDBA

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

13718043309

010-86462881

LFI-00133: Trying to create file string that already exists.

LFI-00133: Trying to create file string that already exists.
Cause: The file object was initialized with LFILOPTY_OUTPUT and without LFILOPTY_REPLACE and yet a file by this name already exists.
Action: Check to make sure that you are creating the right file. If you intend to overwrite the file if it exists that specify the replace option LFILOPTY_REPLACE when initializing the file object.

请先 登录 后评论

1 个回答

小智
LFI-00133:尝试创建已存在的文件字符串。,
.原因:文件对象使用LFILOPTY_OUTPUT进行初始化,没有使用LFILOPTY_REPLACE,而且此名称的文件已存在。,
.操作:检查以确保您正在创建正确的文件。如果您打算覆盖文件(如果存在),则在初始化文件对象时指定替换选项LFILOPTY_REPLACE。,
.
请先 登录 后评论