aiaiDBA

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

13718043309

010-86462881

ORA-39148: unable to import data into pre-existing queue table string. Table_exists_action of string being ignored for this table

ORA-39148: unable to import data into pre-existing queue table string. Table_exists_action of string being ignored for this table
Cause: A Data Pump import detected that a queue table that was to be imported already exists. Importing data into pre-existing queue tables is not supported.
Action: If the data from the dump file is desired, then drop the queue table and perform the import again, or use the import parameter table_exists_action=replace.

请先 登录 后评论

1 个回答

小智
ORA-39148:无法将数据导入预先存在的队列表字符串。对此表忽略的字符串的 Table_exists_action,
.原因:数据泵导入检测到要导入的队列表已存在。不支持将数据导入预先存在的队列表。,
.操作:如果需要转储文件中的数据,则删除队列表并再次执行导入,或使用import参数table_exists_action = replace。,
.
请先 登录 后评论