aiaiDBA

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

13718043309

010-86462881

ORA-29290: invalid offset specified for seek

ORA-29290: invalid offset specified for seek
Cause: An attempt was made to seek past the end of the file, or both the absolute and relative offsets were NULL, or absolute offset was less than zero.
Action: If specifying an absolute offset, ensure it is in the range [0, ], or if specifying a relative offset, ensure it is no greater than the current byte position plus the number of bytes remaining in the file.

请先 登录 后评论

1 个回答

小智
ORA-29290:为seek指定的无效偏移量,
.原因:尝试搜索超过文件末尾,或绝对偏移和相对偏移都为NULL,或绝对偏移小于零。,
.操作:如果指定绝对偏移,请确保它在[0,<文件中的总字节数>]范围内,或者如果指定相对偏移,请确保它不大于当前字节位置加上字节数保留在文件中。,
.
请先 登录 后评论