aiaiDBA

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

13718043309

010-86462881

O2F-00334: A user-defined type is listed more than once in the INTYPE file

O2F-00334: A user-defined type is listed more than once in the INTYPE file
Cause: The same name of a user-defined type appears in more than one type specification. The duplicate specifications of the type name will be ignored.
Action: Put all of the information about the type, including all type name and attribute name translations, in a single TYPE specification, and eliminate the duplicate TYPE specifications.

请先 登录 后评论

1 个回答

小智
O2F-00334:在INTYPE文件中多次列出用户定义的类型,
.原因:用户定义类型的相同名称出现在多个类型规范中。类型名称的重复规范将被忽略。,
.操作:将所有关于类型的信息(包括所有类型名称和属性名称转换)放在单个TYPE规范中,并消除重复的TYPE规范。,
.
请先 登录 后评论