aiaiDBA

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

13718043309

010-86462881

LFI-00134: Unable to protect a file for an append operation.

LFI-00134: Unable to protect a file for an append operation.
Cause: The LFILOPTY_APPEND and LFILOPTY_PROT options were both specified for the file. This is currently not allowed because it would require copying the entire file at open time.
Action: Decide if you really need to protect the file for append. If so then think about making a copy of it before appending.

请先 登录 后评论

1 个回答

小智
LFI-00134:无法保护文件进行追加操作。,
.原因:为文件指定了LFILOPTY_APPEND和LFILOPTY_PROT选项。这是目前不允许的,因为它需要在打开的时候复制整个文件。,
.操作:决定是否真的需要保护文件进行附加。如果是这样,那么请考虑在添加之前复制它。,
.
请先 登录 后评论