如何加载 ® (圆圈中的“R”)来自oracle表中的外部表?
我使用的是oracle 10g。DB的字符集如下:NLS_NCHAR_CHARACTERSET AL16UTF16 NLS_CHARACTERSET AL32UTF8。
我的 .txt 文件中的一个字段中有 ®(带圆圈的“R”)符号,当在外部表中加载同一文件时,该符号将转换为“?”。
请建议。
I am using oracle 10g.The character set for DB is as below: NLS_NCHAR_CHARACTERSET AL16UTF16 NLS_CHARACTERSET AL32UTF8.
I have ®(the circled "R") symbol coming in a .txt file in one of the fields and when the same file is loaded in a external table, the symbol is converted in a '?'.
Please suggest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在哪里看到 ® 转换为问号?这可能是您用于查看表的内容的编码问题,而不是表本身的问题。我还会检查您使用什么来加载数据库。 UTF8应该支持该字符。
Where do you see the ® being converted to a question mark? It may be a problem in the encoding of what you're using to view the table rather than the table itself. I'd also check what you're using to load the database. UTF8 should support the character.