aiaiDBA

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

13718043309

010-86462881

KUP-04091: little endian byte order mark found when big endian expected in string

KUP-04091: little endian byte order mark found when big endian expected in string
Cause: A little endian byte order mark was found at the beginning of the specified file and either the access parameters specified the data was in big endian order or the byte order mark for a previous file was big endian.
Action: The file needs to be loaded separately. If a byte order was specified in the access parameters, make sure it is changed to be little endian.

请先 登录 后评论

1 个回答

小智
KUP-04091:字符串中大字符串期望的小字节顺序标记,
.原因:在指定文件的开始处发现一个小的字节顺序标记,指定的访问参数的数据是大排序的,或者前一个文件的字节顺序标记是大端。,
.操作:文件需要单独加载。如果在访问参数中指定了一个字节顺序,请确保将其更改为小端。,
.
请先 登录 后评论