aiaiDBA

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

13718043309

010-86462881

O2U-00206: Some characters in a type name were not legal identifier characters

O2U-00206: Some characters in a type name were not legal identifier characters
Cause: One or more characters in the name of a user-define type could not be translated to a character that can 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: Specify an explicit translation for the type name in the INTYPE file, or just use the translated type name with added underscores.

请先 登录 后评论

1 个回答

小智
O2U-00206:类型名称中的某些字符不是合法的标识符字符,
.原因:用户定义类型名称中的一个或多个字符无法转换为可能出现在C或C ++标识符(例如字母,下划线或数字)中的字符。无法翻译的字符被下划线替换。,
.操作:在INTYPE文件中指定类型名称的显式转换,或仅使用已添加下划线的已翻译类型名称。,
.
请先 登录 后评论