aiaiDBA

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

13718043309

010-86462881

ORA-26019: Column string in table string of type string not supported by direct path

ORA-26019: Column string in table string of type string not supported by direct path
Cause: The Specified column of SQL column type %s is not supported by the direct path loader.
Action: If the column is NULLable, remove it from the control file description. Then it will be loaded as a NULL.

请先 登录 后评论

1 个回答

小智
ORA-26019:直接路径不支持的类型字符串的表字符串中的列字符串,
.原因:直接路径加载程序不支持SQL列类型为%s的指定列。,
.操作:如果列为NULLable,请将其从控制文件描述中删除。然后它将作为NULL加载。,
.
请先 登录 后评论