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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20200620]IMPDP TRANSFORM引數再探究.txtORM
- sysaux 表空間爆滿處理方法UX
- oracle sysaux表空間滿了處理辦法OracleUX
- oracle中undo表空間丟失處理方法Oracle
- Oracle 12c expdp和impdp匯出匯入表Oracle
- OracleDatabase——資料庫表空間dmp匯出與匯入OracleDatabase資料庫
- 聊聊Oracle表空間Offline的三種引數(上)Oracle
- 聊聊Oracle表空間Offline的三種引數(中)Oracle
- 聊聊Oracle表空間Offline的三種引數(下)Oracle
- oracle系統表空間過大問題處理Oracle
- canvas transform引數解析CanvasORM
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- 關於丟失表空間資料檔案的處理方式
- Oracle 11g impdp 先資料後索引匯入方法Oracle索引
- Python匯入包報錯(沒有這個包)Python
- MyBatis 引數處理MyBatis
- JavaScript 中的引數處理JavaScript
- 當使用者無限制使用表空間配額且表空間有足夠空間時出現超出表空間的空間限額
- Oracle 12.1.0.2 impdp匯入慢診斷Oracle
- 沒有磁碟空間 No space left on devicedev
- 12.MyBatis學習--對映檔案_引數處理_單個引數&多個引數&命名引數MyBatis
- [20200620]expdp impdp exclude引數.txt
- 刪除UNDO表空間並處理ORA-01548問題
- MySQL 磁碟空間滿導致表空間相關資料檔案損壞故障處理MySql
- 16、表空間 建立表空間
- mybatis基礎03(介面中的多個引數處理)MyBatis
- js時間字串格式化以及url引數處理JS字串格式化
- OGG相關的CPATURE導致SYSAUX表空間異常暴增處理UX
- expdp/impdp 詳細引數解釋
- 使用csv批量匯入、匯出資料的需求處理
- tsc、babel、webpack對模組匯入匯出的處理BabelWeb
- Laravel 處理 MySQL geometry 空間型別LaravelMySql型別
- win10分割槽磁碟空間不足怎麼回事_win10分割槽磁碟沒有足夠空間如何處理Win10
- Win10使用“將照片和影片從手機匯入電腦”匯入照片出現中斷磁碟空間佔用大如何處理Win10
- win10磁碟合併提示沒有足夠的空間的解決方法Win10
- selenium 如何定位沒有某個屬性的元素
- excel匯入sql server 文字被截斷,或者一個或多個字元在目的碼頁中沒有匹配項 錯誤處理ExcelSQLServer字元
- 消除臨時表空間暴漲的方法