aiaiDBA

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

13718043309

010-86462881

LFI-00123: Cannot access file Sequentially and Randomly.

LFI-00123: Cannot access file Sequentially and Randomly.
Cause: Both the LFILFA_SEQ (sequential) and LFILFA_RANDOM (random) flags were specified during the file object creation. This is not allowed. Only one of the two may be specified.
Action: Choose how you wish to access the file. If you choose random you can still access sequentially by just not using the repositioning functions.

请先 登录 后评论

1 个回答

小智
LFI-00123:无法随机访问文件。,
.原因:在创建文件对象期间指定了LFILFA_SEQ(顺序)和LFILFA_RANDOM(随机)标志。这是不允许的。只能指定两者之一。,
.操作:选择您希望访问该文件的方式。如果您选择随机,您仍然可以依次访问,只需不使用重新定位功能。,
.
请先 登录 后评论