文档解释
ORA-07400: slemtr: translated name for the message file is too long.
Cause: The name for the message file overflows internal buffer.
Action: Try making the complete path-name of the message file shorter by reorganizing the directory hierarchy.
ORA-07400: slemtr错误是一个参数有问题的错误。它表示消息文件的翻译名称过长。
官方解释
ORA-07400: slemtr: translated name for the message file is too long
当尝试使用ALTER SESSION SET NLS_LANGUAGE & 语言ID消息文件时发生此错误,该消息文件的翻译名称或标题太长,无法在指定的环境中保存。
常见案例
这个错误通常发生在尝试执行ALTER SESSION SET NLS_LANGUAGE语言编号,以将消息文件设置为此语言时。它发生,因为翻译的文件名太长,无法在指定的环境中保存。
正常处理方法及步骤
确保请求的消息文件存在。
重命名请求的消息文件中的翻译名称或标题,使其尽可能的短。
重新设置会话参数,以激活指定的消息文件。