impdp导致主键索引的变化分析

发布时间:2021-11-11 16:02:30 作者:iii
来源:亿速云 阅读:177

本篇内容介绍了“impdp导致主键索引的变化分析”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

在使用数据泵导入数据时,有时需要禁用掉主键约束。
这样做在特定情况下会存在导入数据后主建索引丢失和主键对应的索引变化的问题。
官方支持如下。
禁用约束,删除索引:
Oracle? Database Administrator's Guide 11g Release 2 (11.2)--》Managing Integrity Constraints
You can use the ALTER TABLE statement to enable, disable, modify, or drop a constraint. When the database is using a UNIQUE or PRIMARY KEY index to enforce a constraint, and constraints associated with that index are dropped or disabled, the index is dropped, unless you specify otherwise.

重建约束后会自动选择唯一键:
Why Does The Primary Key Constraint Point To A Different Index After Import? (文档 ID 1455492.1)

During import, this sequence order is kept. When adding a primary/unique key constraint (step 3), Oracle checks if any existing index can be utilized to enforce the constraint, and in that case, uses it instead of creating a unique index (which was done before in 7.x releases unconditionally). This was done to minimize disk utilization and time needed for the constraint to be enabled.

可以在禁用约束时候使用keep index选项。
或者采用删除和重建的方式。

“impdp导致主键索引的变化分析”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注亿速云网站,小编将为大家输出更多高质量的实用文章!

推荐阅读:
  1. MySQL 主键、索引创建
  2. 自增列导致主键重复

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

impdp

上一篇:怎么解决EXPDP导出时报错ORA-12154问题

下一篇:Django中的unittest应用是什么

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》