Oracle PL/SQL 导入日语值 CSV 文件

发布于 2024-08-15 17:39:24 字数 156 浏览 5 评论 0原文

我在导入包含日语字符值的 csv 文件时遇到问题。当我这样做时,当我查询时它会显示垃圾。我的操作系统是日文的。我的 oracle NLS_LANG 编码是 JAPANESE_JAPAN.JA16SJISTILDE。我不知道问题是什么。当我尝试在我的一些同事的电脑中导入完全相同的文件时,它工作得很好

I am having problem with importing csv files containing values in japanese characters. When I do so it will display garbage when I query. my OS is japanese. My encoding for oracle NLS_LANG is JAPANESE_JAPAN.JA16SJISTILDE. I don't know what the problem is. When I try to import the very same file in some of my office mates' PC it just works fine

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寂寞美少年 2024-08-22 17:39:24

假设您使用的是 Windows 客户端,将 sql 结果假脱机到一个平面文件中,并在记事本中打开该文件。
你看到日语字符了吗?

问候,
——阿莫尔

assuming you are on a windows client, spool the results of the sql into a flat-file and open the file in notepad.
do you see the Japanese characters ?

Regards,
--Amol

雨夜星沙 2024-08-22 17:39:24

您可以尝试将数据库字符集转换为UTF8,看看是否有帮助。

You can try converting the database character set to UTF8 and see if that helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文