aiaiDBA

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

13718043309

010-86462881

ORA-39325: TABLE_EXISTS_ACTION cannot be applied to string.

ORA-39325: TABLE_EXISTS_ACTION cannot be applied to string.
Cause: An object was already in existence that uses a name in common with this table. The name collision could be the table name, a constraint, a LOB storage table, or something else in the table definition.
Action: Drop the existing object before running Data Pump.

请先 登录 后评论

1 个回答

小智
ORA-39325:TABLE_EXISTS_ACTION不能应用于字符串。,
.原因:已存在使用与此表共用的名称的对象。名称冲突可以是表名称,约束,LOB存储表或表定义中的其他内容。,
.操作:运行Data Pump之前删除现有对象。,
.
请先 登录 后评论