exp/imp之@遠端匯出操作
實驗:
源庫::192.168.56.20 hostname:slient
目標庫::192.168.56.12 hostname:wang
說明:
tns:20,為對源庫的連線字串、owner指的是源庫的schema,生成的dmp檔案是在目標庫
[oracle@wang dpdump]$ exp system/oracle@20 owner=scott file=partition.dmp log=partition.log
Export: Release 11.2.0.4.0 - Production on Sun Aug 6 01:31:09 2017
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in ZHS16GBK character set and AL16UTF16 NCHAR character set
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user SCOTT
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user SCOTT
About to export SCOTT's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export SCOTT's tables via Conventional Path ...
. . exporting table ADSFDSFDSF 13 rows exported
. . exporting table BONUS 0 rows exported
. . exporting table DBXL 13 rows exported
. . exporting table DEPT 4 rows exported
. . exporting table EMP 14 rows exported
. . exporting table SALGRADE 5 rows exported
. . exporting table TEST
. . exporting partition P1 0 rows exported
. . exporting partition P2 0 rows exported
. . exporting partition P3 0 rows exported
. . exporting partition P4 0 rows exported
. . exporting table TEST123 0 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully without warnings.
[oracle@wang dpdump]$
--驗證:
[oracle@wang dpdump]$ ls
bill_B_FILE_PACKAGE.dmp bill_B_PACKAGE_STATE_TRANS.dmp dp.log import.log partition.dmp partition.log
[oracle@wang dpdump]$
===補充=========
問題的現象:
EXP-00026: conflicting modes specified
EXP-00000: Export terminated unsuccessfully
備份檔案會生成 但是沒有內容。
這個問題主要是 exp的時候 裡面引數發生了衝突。
比較常見的:
1.同時指定了 owner 和 tables
2.同時指定了 FULL 和tables
3.同時指定了多個owner和full
owner 表示匯出整個使用者或者多個使用者 而tables表示只匯出其中的表 。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31397003/viewspace-2143161/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 遠端匯出匯入 imp/expOracle
- 【EXP/IMP】使用EXP /IMP工具“模糊”匯出和匯入
- 資料匯入匯出EXP/IMP
- exp/imp匯出匯入資料
- Oracle匯入(imp )與匯出(exp )Oracle
- ORACLE匯入匯出命令exp/impOracle
- oracle資料匯出匯入(exp/imp)Oracle
- exp/imp匯出匯入工具的使用
- Oracle exp/imp匯出匯入工具的使用Oracle
- Oracle資料匯入匯出imp/exp命令Oracle
- oracle資料的匯入匯出imp/expOracle
- Oracle資料匯入匯出imp/exp命令(轉)Oracle
- 用exp/imp把遠端資料匯入到本地資料庫中資料庫
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- 特殊符號密碼處理 - 匯入匯出exp/imp符號密碼
- 使用exp/imp匯出匯入資料(邏輯備份恢復)
- Oracle中exp,imp(匯入匯出)資料遷移注意事項Oracle
- 使用Oracle 的 imp ,exp 命令實現資料的匯入匯出Oracle
- imp exp 跨系統匯入案例
- exp和imp的詳細操作
- ORACLE exp/imp匯入報錯IMP-00009&IMP-00028&IMP-00015Oracle
- Windows DOS窗體下Oracle 資料庫的匯入匯出(IMP/EXP)命令WindowsOracle資料庫
- Oracle資料庫備份與恢復之exp/imp(匯出與匯入裝庫與卸庫)Oracle資料庫
- EXP直接匯出壓縮問津,IMP直接匯入壓縮檔案的方法
- Oracle資料庫備份與恢復之匯出/匯入(EXP/IMP)、熱備份和冷備份Oracle資料庫
- EXP COMPRESS以及EXP/IMP EXPDP/IMPDP匯入表結構注意
- expdp遠端匯出資料
- exp/imp工具
- Oracle imp/expOracle
- exp匯出compress引數導致的imp時擴充套件太大套件
- exp/imp匯入匯出版本問題和ORA-6550報錯
- oracle exp和impOracle
- oracle imp和expOracle
- exp imp資料
- oracle exp imp 用法Oracle
- EXP&IMP PIPE
- oracle不同版本之間exp/imp規則Oracle
- 【ORACLE 匯入匯出】exp 錯誤Oracle