文档解释
ORA-30756: cannot create column or table of type that contains a supertype attribute
Cause: The user tried to create a column or table of an object type that contains a supertype attribute. This is not supported because it leads to infinite recursion in our current storage model. Note that creating a column of a type implies that we create columns corresponding to all subtype attributes as well.
Action: Change the type definition to contain a supertype REF attribute instead of the supertype object attribute.
ORA-30756: 无法创建包含超类属性的列或表
官方解释
所尝试创建的表或列具有不允许使用超类属性的 Oracle 注释标记。这可能是由尝试应用非 Oracle 标记所导致的。
常见案例
在创建包含超类属性类型的列或表时可能会发生此错误,如父类型与子类型。
一般处理方法及步骤
1. 检查尝试应用的注释是否为 Oracle 标记,并确保它们是有效的。
2. 检查尝试的操作是否符合给定类型的限制。
3. 尝试为列或表定义正确的列类型。
4. 在创建列或表时,列对象未正确解析,因此无法处理列或表,请尝试重新加载列对象。
香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(shuyeidc.com)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/257322.html<

