1. 程式人生 > >Oracle 9i 資料庫 資料匯入和匯出的最簡單的方法

Oracle 9i 資料庫 資料匯入和匯出的最簡單的方法

匯出命令:

Exp <username>/<password>@[<netname>]  owner=<ownername> file=<filepath>

解釋一下:資料匯出要用到EXP命令,直接執行cmd,輸入實際的資料就可以了。如果資料庫不是本地資料庫就要使用Oracle 的Net Configuration Assistant 來配置本地Net服務名。匯出以後就要匯入,匯入的命令是:

Imp <username>/<password>@[<netname>]  fromuser=<username> touser=<user> file=<filepath>