Oracle imp命令常用用法

2021-09-06 07:50:37 字數 1467 閱讀 5021

1.獲取幫助

imp help=y

2.匯入乙個完整資料庫

imp system/manager file=bible_db log=dible_db full=y ignore=y

3.匯入乙個或一組指定使用者所屬的全部表、索引和其他物件

imp system/manager file=seapark log=seapark fromuser=seapark
imp system/manager file=seapark log=seapark fromuser=(seapark,amy,amyc,harold)

4.將乙個使用者所屬的資料匯入另乙個使用者

imp system/manager file=tank log=tank fromuser=seapark touser=seapark_copy
imp system/manager file=tank log=tank fromuser=(seapark,amy)
touser=(seapark1, amy1)

5.匯入乙個表

imp system/manager file=tank log=tank fromuser=seapark tables=(a,b)

6.從多個檔案匯入

imp system/manager file=(paycheck_1,paycheck_2,paycheck_3,paycheck_4)
log=paycheck, filesize=1g full=y

7.使用引數檔案

imp system/manager parfile=bible_tables.par

bible_tables.par引數檔案:

#import the sample tables used for the oracle8i database administrator's
bible. fromuser=seapark touser=seapark_copy file=seapark log=seapark_import

8.增量匯入

imp system./manager inctype= rectore full=y file=a

**

Oracle imp命令常用用法

1.獲取幫助 imp help y 2.匯入乙個完整資料庫 imp system manager file bible db log dible db full y ignore y 3.匯入乙個或一組指定使用者所屬的全部表 索引和其他物件 imp system manager file seapa...

ps命令常用用法

1.ps簡介 ps命令就是最根本相應情況下也是相當強大地程序檢視命令.運用該命令可以確定有哪些程序正在執行和執行地狀態 程序是否結束 程序有沒有僵死 哪些程序占用了過多地資源等等.總之大部分資訊均為可以通過執行該命令得到地.2.ps命令及其引數 ps命令最經常使用地還是用於監控後台程序地工作情況,因...

zip 命令列常用用法

1 壓縮多個檔案 zip archivefile1 doc1 doc2 doc3 2 壓縮當前資料夾下所有檔案,但是不包括子目錄 zip archivefile1 3 壓縮當前目錄下的所有檔案,包括子目錄 zip r archivefile1 4 壓縮指定資料夾下的所有檔案 包括子目錄 zip r ...