aiaiDBA

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

13718043309

010-86462881

LFI-00125: Random access only allowed on fixed length record files.

LFI-00125: Random access only allowed on fixed length record files.
Cause: The LFILFA_RANDOM flag was specified on a file that was not organized into fixed-length records. Random access is only allowed on fixed-length record files.
Action: Determine if the organization of your data needs to be in variable-length records and if you need to have random access to the file. If both conditions are true then you might need to buffer the entire file or enough of it to remove your need for random access. Another option is to close and rescan the file although this is not the optimal solution.

请先 登录 后评论

1 个回答

小智
LFI-00125:只允许在固定长度的记录文件上进行随机访问。,
.原因: LFILFA_RANDOM标志在未组织为固定长度记录的文件上指定。只能在固定长度的记录文件上进行随机访问。,
.操作:确定数据的组织是否需要在可变长度的记录中,以及是否需要随机访问该文件。如果两个条件都为真,那么您可能需要缓冲整个文件或足够的文件来消除对随机访问的需求。另一个选项是关闭并重新扫描文件,尽管这不是最佳解决方案。,
.
请先 登录 后评论