aiaiDBA

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

13718043309

010-86462881

ORA-40119: nested columns incompatible with missing value treatment

ORA-40119: nested columns incompatible with missing value treatment
Cause: delete_row missing value treatment is not supported for nested columns.
Action: Use 2D (non-nested) data representation or manually delete the rows with NULL values and disable the delete_row missing value treatment.

请先 登录 后评论

1 个回答

小智
ORA-40119:嵌套列与缺失值处理不兼容,
.原因:对于嵌套列,不支持delete_row缺失值处理。,
.操作:使用2D(非嵌套)数据表示或手动删除具有NULL值的行,并禁用delete_row缺失值处理。,
.
请先 登录 后评论