您好,登錄后才能下訂單哦!
平臺 | 版本 |
|
|
A機: Linux RHEL 5.8 X64 | Oracle 11.2.0.3 X64 | 單實例 oral |
|
| |||
B機: Win2003 X32 | Oracle 11.2.0.1 X32 | 單實例oral | 只帶系統(tǒng)自帶的數(shù)據(jù)文件,不含自定義表空間和用戶 |
[oracle@oracle ~]$ sqlplus /nolog
SQL> conn / as sysdba;
SQL> create directory dump_dir as '/u01/oracle/dmp';
SQL> grant read,write on directory dump_dir to system;
[oracle@oracle ~]$ expdp system/oracle directory=dump_dir dumpfile=full.dmp log=full.log full=y
[oracle@oracle dmp]$ pwd
/u01/oracle/dmp
[oracle@oracle dmp]$ ls
export.log full.dmp
E:\app\Administrator\admin\oral\dpdump目錄下
使用dbca默認(rèn)創(chuàng)建
創(chuàng)建同樣表空間是前提,不需要創(chuàng)建自定義用戶,導(dǎo)入的時候會自動創(chuàng)建用戶對象
create tablespace xxx datafile 'E:\app\Administrator\oradata\oral\xxx.dbf' size 2000m autoextend on next 10m maxsize unlimited;
impdp system/oracle dumpfile=full.dmp full=y log=fullback.log
查詢結(jié)果:
數(shù)據(jù)正常
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。