expdp時不能匯出sys使用者下的物件!
sys使用者下的物件不支援匯出
[@more@]SQL> select owner,segment_name,tablespace_name from dba_segments where tablespac
e_name='USERS';
OWNER SEGMENT_NAME TABLESPACE_NAME
---------- -------------------- ------------------------------
SYS REPAIR_TABLE USERS
SYS TT USERS
TEST1 TT USERS
SYS T1 USERS
TEST T USERS
TEST TT USERS
已選擇6行。
SQL>
C:>expdp as sysdba' DIRECTORY=temp_dir dumpfile=users.dmp tabl
espaces=users
Export: Release 10.2.0.1.0 - Production on 星期一, 01 6月, 2009 9:47:44
Copyright (c) 2003, 2005, Oracle. All rights reserved.
連線到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
啟動 "SYS"."SYS_EXPORT_TABLESPACE_01": AS SYSDBA' DIRECTORY=
temp_dir dumpfile=users.dmp tablespaces=users
正在使用 BLOCKS 方法進行估計...
處理物件型別 TABLE_EXPORT/TABLE/TABLE_DATA
使用 BLOCKS 方法的總估計: 192 KB
處理物件型別 TABLE_EXPORT/TABLE/TABLE
. . 匯出了 "TEST"."T" 4.921 KB 1 行
. . 匯出了 "TEST"."TT" 5.242 KB 4 行
. . 匯出了 "TEST1"."TT" 5.242 KB 2 行
已成功載入/解除安裝了主表 "SYS"."SYS_EXPORT_TABLESPACE_01"
******************************************************************************
SYS.SYS_EXPORT_TABLESPACE_01 的轉儲檔案集為:
C:TEMPUSERS.DMP
作業 "SYS"."SYS_EXPORT_TABLESPACE_01" 已於 09:48:09 成功完成
C:>
C:>expdp as sysdba' DIRECTORY=temp_dir dumpfile=sys.dmp schema
s=sys
Export: Release 10.2.0.1.0 - Production on 星期一, 01 6月, 2009 9:52:59
Copyright (c) 2003, 2005, Oracle. All rights reserved.
連線到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
啟動 "SYS"."SYS_EXPORT_SCHEMA_01": AS SYSDBA' DIRECTORY=temp
_dir dumpfile=sys.dmp schemas=sys
正在使用 BLOCKS 方法進行估計...
處理物件型別 SCHEMA_EXPORT/TABLE/TABLE_DATA
使用 BLOCKS 方法的總估計: 0 KB
處理物件型別 SCHEMA_EXPORT/ROLE_GRANT
已成功載入/解除安裝了主表 "SYS"."SYS_EXPORT_SCHEMA_01"
******************************************************************************
SYS.SYS_EXPORT_SCHEMA_01 的轉儲檔案集為:
C:TEMPSYS.DMP
作業 "SYS"."SYS_EXPORT_SCHEMA_01" 已於 09:53:30 成功完成
C:>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/19602/viewspace-1022655/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- expdp 匯出特定物件物件
- 資料泵無法匯出sys使用者下的表
- 在鎖表情況下expdp匯出資料
- expdp 匯出指令碼指令碼
- 【EXPDP/IMPDP】使用 EXPDP/IMPDP工具“模糊”匯出和匯入
- SYS模式下物件的特性模式物件
- oracle匯入匯出之expdp/impdpOracle
- expdp impdp只匯出匯入viewView
- expdp匯出表的部分資料
- expdp與impdp全庫匯出匯入
- oracle 10.2.0.4 expdp全庫匯出 和分使用者impdp匯入的記錄Oracle
- 10g 用sys使用者執行資料庫匯入匯出資料庫
- expdp遠端匯出資料
- expdp 匯出簡單筆記筆記
- Oracle資料泵匯出匯入(expdp/impdp)Oracle
- expdp與impdp全庫匯出匯入(二)
- expdp在匯出時對資料大小進行評估
- 【匯出匯入】匯出匯入 大物件物件
- 資料庫泵(expdp/impdp)匯入匯出流程資料庫
- 實驗之將老庫上非系統使用者下的物件的表匯入到新庫上(expdp/impdp)物件
- [oracle] expdp 匯出分割槽表的分割槽Oracle
- 抽取exp/expdp匯出檔案頭的資訊
- expdp 使用QUERY 匯出部分資料。
- 【去重】當SYS和SYSTEM使用者出現重複資料庫物件時的應對措施資料庫物件
- oracle10g expdp資料泵的bug,按schema匯出,匯入impdp時無jobOracle
- expdp/impdp中匯出/匯入任務的管理和監控
- oracle 匯出某個使用者下的表Oracle
- Oracle 12c expdp和impdp匯出匯入表Oracle
- expdp impdp 資料庫匯入匯出命令詳解資料庫
- Oracle Expdp匯出時定義任務名後終止退出的問題Oracle
- 透過sqlldr匯入到sys使用者SQL
- 通過sqlldr匯入到sys使用者SQL
- expdp匯出時卡死 Could not increase the asynch I/O limit to for SQL direct I/OMITSQL
- expdp指定時間戳匯出防止資料不一致時間戳
- Oracle expdp資料泵遠端匯出Oracle
- win下使用expdp的enclude引數時一個物件和多個物件的幾種寫法!物件
- 如何確定一個dmp檔案是exp匯出的還是expdp匯出的?
- 【Oracle】sys下缺失和無效物件導致exp、expdp和RMAN等備份功能全部報錯Oracle物件