文档解释
ORA-12735: Instant Client Light: unsupported client character set string
Cause: The character set specified is not allowed for this operation or is invalid. Instant Client Light has only minimal character sets.
Action: Do not use Instant Client Light for this character set
ORA-12735: Instant Client Light:不支持的客户端字符集字符串
官方解释
ORA-12735 表示 Instant Client 无法识别客户端字符集字符串。此时,用户指定的字符集字符串无效或不受支持。
常见案例
一般情况下,用户将字符集字符串设置为不支持的值时,就会出现 ORA-12735。
正常处理方法及步骤
1、首先,确定接收的字符集字符串是有效的,并且可用于连接。
2、如果字符集字符串是最新的客户端字符集,但 Instant Client 的版本太低,可能会出现此错误。这时,可以尝试使用较新的 Instant Client 版本。
3、如果 Instant Client 版本是最新的,而字符集字符串仍然不可用,可以尝试指定字符集参数 WE8MSWIN1252 。