返回顶部
首页 > 资讯 > 错误编码 >ORA-12738: Express Instant Client: unsupported client national character set string ORACLE 报错 故障修复 远
  • 227
分享到

ORA-12738: Express Instant Client: unsupported client national character set string ORACLE 报错 故障修复 远

报错故障Instant 2023-11-05 04:11:23 227人浏览 安东尼
摘要

文档解释 ORA-12738: Express Instant Client: unsupported client national character set string Cause: Only UTF8 and AL16UTF16

文档解释

ORA-12738: Express Instant Client: unsupported client national character set string

Cause: Only UTF8 and AL16UTF16 are allowed to be used as the national character set. Instant Client has only minimal character sets.

Action: Do not use Express Instant Client for this character set

ORA-12738: Express Instant Client:不支持的客户端国家字符集字符串错误

官方解释

ORA-12738: Express Instant Client错误表示数据库客户端试图连接到不支持的国家字符集,或者数据库使用的字符集与客户端使用的字符集不匹配。

常见案例

windows上,远程登录服务器尝试使用“express instant client”连接数据库,但是发生了 ORA-12738: Express Instant Client错误。

正常处理方法及步骤

(1)确认两台机器的字符集都是一致的,可以使用命令SHOW NLS_CHARACTERSET查看当前机器使用的字符集。

(2)如果两台机器使用的字符集不一致,可以在远程登录服务器上使用命令ALTER SESSION SET NLS_LANG.CHARACTERSET=[]来设置当前会话使用的字符集,[]处填写数据库使用的字符集。

(3)确认oracle客户端支持此字符集,可以查看OTL文档( online Technical Library)来查询数据库支持的字符集。

(4)重新安装Oracle客户端,在安装时指定对应的字符集,或者在安装完成后重新设置Oracle客户端的环境变量。

--结束END--

本文标题: ORA-12738: Express Instant Client: unsupported client national character set string ORACLE 报错 故障修复 远

本文链接: https://lsjlt.com/news/533187.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作