aiaiDBA

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

13718043309

010-86462881

ORA-39179: unable to load table "string"."string" because of OID transform

ORA-39179: unable to load table "string"."string" because of OID transform
Cause: The OID transform for the job was set to false and the identified table contained either VARRAYs with non-final types or unscoped REF columns. Both of these column types have embedded OIDs so they
Action: You must manually move the data with the specified tables when OIDs are not preserved.

请先 登录 后评论

1 个回答

小智
ORA-39179:无法加载表“ 字符串 ”。“ 字符串 ”因为OID转换,
.原因:作业的OID变换设置为false,并且标识的表包含具有非最终类型的VARRAY或无范围的REF列。这两种列类型都嵌入了OID,所以它们,
.操作:如果未保留OID,则必须使用指定的表手动移动数据。,
.
请先 登录 后评论