aiaiDBA

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

13718043309

010-86462881

ORA-39060: table(s) dropped because of conflict with master table

ORA-39060: table(s) dropped because of conflict with master table
Cause: A table specified by a job was not included because its definition would collide with the master table definition for the current job.
Action: After the job completes. Import the conflicting tables using a unique job name to avoid conflicts with normal user tables.

请先 登录 后评论

1 个回答

小智
ORA-39060:由于与主表冲突而丢弃的表,
.原因:未包括作业指定的表,因为它的定义会与当前作业的主表定义冲突。,
.操作:作业完成后。使用唯一的作业名称导入冲突的表,以避免与普通用户表冲突。,
.
请先 登录 后评论