1將資料庫test完全匯出,使用者名稱system密碼manager匯出到d:\daochu.dmp中
expsystem/manager@testfile=d:\daochu.dmpfull=y
2將資料庫中system使用者與sys使用者的表匯出
expsystem/manager@testfile=d:\daochu.dmpowner=(system,sys)
3將資料庫中的表table1、table2匯出
expsystem/manager@testfile=d:\daochu.dmptables=(table1,table2)
4將資料庫中的表table1中的欄位filed1以"00"打頭的資料匯出
expsystem/manager@testfile=d:\daochu.dmptables=(table1)query=\"wherefiled1like"00%"\"
上面是常用的匯出,對於壓縮我不太在意,用winzip把dmp檔案可以很好的壓縮。
不過在上面命令後面加上compress=y就可以了
1將資料庫test完全匯出,使用者名稱system密碼manager匯出到d:\daochu.dmp中
expsystem/manager@testfile=d:\daochu.dmpfull=y
2將資料庫中system使用者與sys使用者的表匯出
expsystem/manager@testfile=d:\daochu.dmpowner=(system,sys)
3將資料庫中的表table1、table2匯出
expsystem/manager@testfile=d:\daochu.dmptables=(table1,table2)
4將資料庫中的表table1中的欄位filed1以"00"打頭的資料匯出
expsystem/manager@testfile=d:\daochu.dmptables=(table1)query=\"wherefiled1like"00%"\"
上面是常用的匯出,對於壓縮我不太在意,用winzip把dmp檔案可以很好的壓縮。
不過在上面命令後面加上compress=y就可以了