aiaiDBA

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

13718043309

010-86462881

OCI-31165: cannot load object-relational XML attribute using direct path

OCI-31165: cannot load object-relational XML attribute using direct path
Cause: The table being loaded contains a xml column with object-relational storage. The xmltype column either contains an out-of-line partitioned table or the table itself is partitioned by one of the attributes of xmltype. This type of table cannot be loaded with direct path.
Action: Perform the load with conventional path mode.

请先 登录 后评论

1 个回答

小智
OCI-31165:无法使用直接路径加载对象关系XML属性,
.原因:正在加载的表包含一个带有对象关系存储的xml列。xmltype列包含一个行外分区表,或者表本身由xmltype的一个属性分区。这种类型的表不能用直接路径加载。,
.操作:用常规路径模式执行负载。,
.
请先 登录 后评论