aiaiDBA

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

13718043309

010-86462881

O2F-00326: Some characters in this name were not legal identifier characters

O2F-00326: Some characters in this name were not legal identifier characters
Cause: One or more characters in the name of a database entity could not be translated to a character that may appear in a C or C++ identifier, such as a letter, an underscore, or a digit. The characters that could not be translated were replaced with underscores.
Action: Make sure that the name is spelled correctly, and that it is terminated by a blank, the end of a line, or an equals sign ("="). You may use the translated name with added underscores, or you may specify an explicit translation for the name in the INTYPE file.

请先 登录 后评论

1 个回答

小智
O2F-00326:此名称中的某些字符不是合法的标识符字符,
.原因:数据库实体名称中的一个或多个字符无法转换为可能出现在C或C ++标识符(例如字母,下划线或数字)中的字符。无法翻译的字符被下划线替换。,
.操作:确保名称拼写正确,并且它被一个空白,行尾或一个等号(“=”)终止。您可以使用带有附加下划线的翻译的名称,或者您可以在INTYPE文件中指定名称的显式翻译。,
.
请先 登录 后评论