aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

O2U-00204: Unable to convert from the database character set to the compiler character set

O2U-00204: Unable to convert from the database character set to the compiler character set
Cause: The name of a type, attribute, or method cannot be converted from the client character set in effect when OTT was invoked to the compiler character set (typically ASCII or EBCDIC).
Action: A name is translated first from the database character set to the client character set, and then from the client character set to the compiler character set. The client character set is specified in a platform-dependent manner (On UNIX platforms, the client character set is specified by setting the NLS_LANG environment variable.) Use a client character set that includes the character set of the INTYPE file and can be translated to the compiler character set. The database character set is one such character set. Specify synonyms in the INTYPE file for any names of database objects that cannot be successfully translated to the client character set.

请先 登录 后评论

1 个回答

小智
O2U-00204:无法将数据库字符集转换为编译器字符集,
.原因:当OTT被调用到编译器字符集(通常为ASCII或EBCDIC)时,类型,属性或方法的名称无法从客户端字符集转换。,
.操作:将名称首先从数据库字符集转换为客户端字符集,然后从客户端字符集转换为编译器字符集。客户端字符集以平台相关的方式指定(在UNIX平台上,客户端字符集通过设置NLS_LANG环境变量来指定。)使用包含INTYPE文件的字符集的客户端字符集,并可以转换为编译器字符集。数据库字符集是一个这样的字符集。在INTYPE文件中指定任何无法成功转换为客户端字符集的数据库对象名称的同义词。,
.
请先 登录 后评论