aiaiDBA

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

13718043309

010-86462881

ORA-29298: Character set mismatch

ORA-29298: Character set mismatch
Cause: The character set mode in which the file was opened did not match the character set of the read or write operation.
Action: Use the correct UTL_FILE read and write procedures which coorespond to the character set mode in which the file was opened.

请先 登录 后评论

1 个回答

小智
ORA-29298:字符集不匹配,
.原因:打开文件的字符集模式与读取或写入操作的字符集不匹配。,
.操作:使用与打开文件的字符集模式相对应的正确的UTL_FILE读取和写入过程。,
.
请先 登录 后评论