【问题标题】:Oracle's NCHR() function is behaving differently across platforms. How to fix?Oracle 的 NCHR() 函数在不同平台上的行为不同。怎么修?
【发布时间】:2010-11-17 03:52:58
【问题描述】:

我遇到了一些使用 NCHR 函数的 Oracle 代码的问题。相同的代码在 Windows/Ora10g 和 Linux/Ora11g 上运行,但行为不同。

两个实例上的 NLS 字符集相同。

我正在尝试确定这是 Oracle 版本的问题还是操作系统的问题。

有没有人遇到过这种情况?如果是这样,我该如何解决?

【问题讨论】:

    标签: windows linux oracle oracle10g oracle11g


    【解决方案1】:

    NCHR in Oracle documentation NCHR 的结果不依赖于数据库 NLS 字符集。这取决于客户端 NLS 字符集。安装程序设置的 windows 上的默认客户端 NLS_LANG 设置与 linux 不同。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-02-17
      • 1970-01-01
      • 2011-09-12
      • 1970-01-01
      • 2012-06-12
      • 2023-03-27
      • 1970-01-01
      • 2013-11-28
      相关资源
      最近更新 更多