aiaiDBA

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

13718043309

010-86462881

LFI-00102: Unable to seek in sequentially accessed file.

LFI-00102: Unable to seek in sequentially accessed file.
Cause: The file was opened with the flag LFILFA_SEQ for sequential file operations. Use seek only on files that are opened with the LFILFA_RANDOM flag for random access.
Action: Check to see how the file is being opened and accessed and make the two operations consistent (that is, make them both operations either sequential or random).

请先 登录 后评论

1 个回答

小智
LFI-00102:无法在顺序访问的文件中查找。,
.原因:文件已打开,标志为LFILFA_SEQ用于顺序文件操作。使用仅对使用LFILFA_RANDOM标志打开的文件进行随机访问。,
.操作:检查文件是如何打开和访问的,并使两个操作保持一致(即使它们都是顺序的或随机的)。,
.
请先 登录 后评论