expdp, impdp characteristic 特性--索引
impdp characteristic 特性:
1, the dump file by expdp does not contain index data, although it contains the DDL statements of index . I guess it's because of the ROWID . When you load data into the destination table by impdp. The ROWID value of index will get changed. So it is meaningless store index data in dump file.
2, table_exists_action = append.
when impdp data , if the table which will be loaded already exists in the destination . this parameter will skip the TABLE DDL statement. Just load data into dest table. Note it will also skip the DDL of index creation of the table.
3, skip_unusable_indexes =y
If you do not specify this parameter, and if the dest index is in unusable state. The status of index depdend on the DDL of dumpfile.IF dumpfile does not contain DDL OF unusable INDEX, then index status stay unchanged. or droped (table_exists_action=replace)
If you clearly specify the parameter skip_unusable_indexes =y, then impdp will skip the index maintance , after load data. The index state is unusable still.
4, the destination table with one index degrade performance for 50% about.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/350519/viewspace-1042157/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp和impdp自動使用resumable特性
- impdp/expdp 示例
- oracle expdp and impdpOracle
- 【EXPDP/IMPDP】使用 EXPDP/IMPDP工具“模糊”匯出和匯入
- Expdp Impdp詳解
- oracle expdp/impdp用法Oracle
- Oracle 12c新特性 - Data Pump (expdp/impdp) 功能增強Oracle
- EXPDP/IMPDP工具的使用
- expdp/impdp 用法詳解
- expdp/impdp操作例項
- Expdp,impdp工具的使用
- ORACLE expdp/impdp詳解Oracle
- Oracle expdp/impdp 使用示例Oracle
- 將partition expdp後impdp
- expdp/impdp用法詳解
- expdp/impdp 使用總結
- expdp impdp 使用命令解析
- oracle expdp和impdp使用例子Oracle
- ORACLE 10G expdp/impdpOracle 10g
- impdp和expdp的總結
- Oracle10g expdp & impdpOracle
- [zt] expdp / impdp 用法詳解
- Oracle12c中資料泵新特性之功能增強(expdp, impdp)Oracle
- SAP RETAIL 特性樹(Characteristic Tree)的定義AI
- oracle資料庫的impdp,expdpOracle資料庫
- oracle EXPDP/IMPDP 常用命令Oracle
- Oracle 邏輯備份 expdp/impdpOracle
- 資料泵基礎(impdp/expdp)
- expdp\impdp及exp\imp 詳解
- expdp/impdp的原理及使用(轉)
- expdp&impdp For Oracle 10GOracle 10g
- expdp/impdp 遷移表空間
- 23.EXPDP 和 IMPDP(筆記)筆記
- exp/imp與expdp/impdp區別
- oracle匯入匯出之expdp/impdpOracle
- Oracle expdp impdp dump引數介紹Oracle
- 一次expdp/impdp遷移案例
- expdp impdp只匯出匯入viewView