IMPDP匯入沒有某個表空間的處理方法__加上引數TRANSFORM就可以了
TRANSFORM
匯入和匯出的時候,有些表空間不一樣。比如匯出的時候該物件是在A表空間,匯入到另一個庫沒有表空間A就會報錯。但是使用這個引數就會正常匯入,該物件會儲存在該使用者下的預設表空間中。
常用TRANSFORM=segment_attributes:n
[oracle@db ~]$ impdp -help |grep TRANSFORM -A2
TRANSFORM
Metadata transform to apply to applicable objects.
Valid keywords are: OID, PCTSPACE, SEGMENT_ATTRIBUTES and STORAGE.
TRANSFORM = transform_name:value[:object_type]
transform_name
SEGMENT_ATTRIBUTES - If the value is specified as y, then segment attributes (physical attributes, storage attributes, tablespaces, and logging) are included, with appropriate DDL. The default is y.
如果將值指定為y,則包含段屬性(物理屬性,儲存屬性,表空間和日誌記錄)以及適當的DDL。 預設值為y。
STORAGE - If the value is specified as y, then the storage clauses are included, with appropriate DDL. The default is y. This parameter is ignored if SEGMENT_ATTRIBUTES=n.
如果將值指定為y,則包含儲存子句,並使用適當的DDL。 預設值為y。 如果SEGMENT_ATTRIBUTES = n,則忽略此引數
OID - If the value is specified as n, then the assignment of the exported OID during the creation of object tables and types is inhibited. Instead, a new OID is assigned. This can be useful for cloning schemas, but does not affect referenced objects. The default value is y.
如果將值指定為n,則禁止在建立物件表和型別期間分配匯出的OID。 而是分配新的OID。 這對於克隆模式很有用,但不會影響引用的物件。 預設值為y。
PCTSPACE - The value supplied for this transform must be a number greater than zero. It represents the percentage multiplier used to alter extent allocations and the size of data files.
為此轉換提供的值必須是大於零的數字。 它表示用於更改範圍分配和資料檔案大小的百分比乘數。
value
The type of value specified depends on the transform used. Boolean values (y/n) are required for the SEGMENT_ATTRIBUTES, STORAGE, and OID transforms. Integer values are required for the PCTSPACE transform.
指定的值型別取決於使用的轉換。 SEGMENT_ATTRIBUTES,STORAGE和OID轉換需要布林值(y / n)。 PCTSPACE轉換需要整數值。
object_type
The object_type is optional. If supplied, it designates the object type to which the transform will be applied. If no object type is specified, then the transform applies to all valid object types. The valid object types are TABLE、INDEX、CLUSTER、TABLESPACE...
object_type是可選的。 如果提供,則指定將應用變換的物件型別。 如果未指定任何物件型別,則轉換將應用於所有有效物件型別。 有效的物件型別是TABLE,INDEX,CLUSTER,TABLESPACE ......
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30126024/viewspace-2214469/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- IMPDP 多個表空間物件匯入到一個表空間中物件
- oracle expdp、impdp匯入從原表空間更換到其他表空間 ----匯入到另個表空間測試Oracle
- undo 表空間滿了的處理方法
- impdp匯入資料後,system 表空間整理
- 【impdp】IMPDP中的TRANSFORM引數--【資料泵】EXPDP匯出表結構(真實案例)後傳ORM
- 【IMPDP】使用 TRANSFORM選項去掉表空間和儲存子句ORM
- sysaux 表空間爆滿處理方法UX
- Oracle undo表空間爆滿的處理方法Oracle
- truncate表後impdp匯入該表時加exclude=index引數並不能排除索引資料的匯入Index索引
- 索引表空間不足的幾個處理思路索引
- 【匯出匯入】IMPDP table_exists_action 引數的應用
- oracle sysaux表空間滿了處理辦法OracleUX
- 【impdp】使用impdp工具排除特定表的匯入
- oracle中undo表空間丟失處理方法Oracle
- Servlet有沒有表單輸入自動處理的功能?Servlet
- undo表空間故障處理
- expdp/impdp來解決exp/imp出現的錯誤並匯入指定表空間
- expdp/impdp 遷移表空間
- Oracle imp 匯入資料到另一個表空間Oracle
- UNDO表空間損壞的處理
- exp,imp 不同表空間大欄位處理方法
- Oracle表空間建立引數解析Oracle
- impdp匯入時使用table_exists_action引數的區別
- Oracle 傳輸表空間-EXPDP/IMPDPOracle
- 處理TEMP表空間滿的問題
- undo表空間佔用磁碟空間滿案例處理
- 把資料匯入到不同的表空間
- 如何把資料匯入不同的表空間
- 刪除檔案後,磁碟空間沒有釋放的處理記錄
- 回滾段表空間損壞處理(ORA-01552)處理方法
- Oracle 表空間 建立引數 說明Oracle
- sysaux 表空間不足問題處理UX
- Oracle Temp臨時表空間處理Oracle
- oracle 表空間 不足時如何處理Oracle
- 研究 - IMPDP [TRANSFORM=segment_attributes:n] [remap_tablespace] 2引數間影響關係ORMREM
- impdp匯入包含xmltype型別欄位空表報錯問題XML型別
- undo表空間損壞的處理過程
- OracleDatabase——資料庫表空間dmp匯出與匯入OracleDatabase資料庫