aiaiDBA

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

13718043309

010-86462881

PGU-41031: parameter 'string' specifies undefined Oracle NLS name 'string'

PGU-41031: parameter 'string' specifies undefined Oracle NLS name 'string'
Cause: The PGAU parameter specifies an Oracle NLS language name which is not defined on the Oracle server to re PGAU executes. which PGAU is connected. The language is not defined possibly because it was not selected when Oracle was installed, or the GENERATE'd TIPs are intended to execute on another Oracle, or it is not a valid Oracle NLS Language, i.e. misspelled or unsupported. Syntax checking only continues with the next statement.
Action: Correct the parameter value to specify a valid Oracle NLS Language, or install the language, or ensure the TIPs execute on a server which has the NLS language installed, (in which case this message may be considered a warning). Valid languages must begin with an alphabetic character, contain only alphanumeric characters, not exceed 40 characters in length. Supported customers may contact Oracle Worldwide Support for assistance with installing or determining NLS language support for your platform.

请先 登录 后评论

1 个回答

小智
PGU-41031:参数' string '指定未定义的Oracle NLS名称' string ',
.原因: PGAU参数指定在Oracle服务器上未定义的Oracle NLS语言名称,以重新执行PGAU。哪个PGAU连接。没有定义语言,因为在安装Oracle时没有选择该语言,或者GENERATE的提示旨在在另一个Oracle上执行,或者它不是有效的Oracle NLS语言,即拼写错误或不受支持。语法检查只能继续下一个语句。,
.操作:更正参数值以指定有效的Oracle NLS语言,或安装语言,或确保在安装了NLS语言的服务器上执行TIP(在这种情况下,该消息可能被视为警告)。有效语言必须以字母字符开头,仅包含字母数字字符,长度不能超过40个字符。支持的客户可以联系Oracle全球支持,以帮助安装或确定您的平台的NLS语言支持。,
.
请先 登录 后评论