aiaiDBA

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

13718043309

010-86462881

O2U-00211: A type without attributes was translated

O2U-00211: A type without attributes was translated
Cause: OTT translated a type without attributes. The corresponding C-type will be a struct without any components, which is not legal C. The empty type in the database may be the result of an error during type creation. Additionally, incomplete types may be used temporarily in the creation of types that reference one another.
Action: Re-create a full version of the type in the database and then re-run OTT.

请先 登录 后评论

1 个回答

小智
O2U-00211:没有属性的类型被翻译,
.原因: OTT翻译成没有属性的类型。相应的C型将是没有任何组件的结构,这是不合法的C.数据库中的空类型可能是类型创建过程中出现错误的结果。另外,在创建引用的类型时,可能会暂时使用不完整的类型。,
.操作:在数据库中重新创建完整版本的类型,然后重新运行OTT。,
.
请先 登录 后评论