imp gengbao/gengbao@orcl file=c:\gengbao20140201.dmplog=c:\gengbao20140201.log full=y ignore=y
【注】要匯入dmp檔案可拖拽至命令視窗,自動建立路徑。
imp:
匯入命令
gengbao/gengbao
登入伺服器的使用者名稱和密碼
@orcl
伺服器名
file=gengbao20140201.dmp
匯入的檔名,可將
dmp檔案拖拽至
cmd視窗中
log=c:\gengbao20140201.log
匯入時產生的檔案路徑
full=y
相當於full=yes
,完全匯入
ignore=y
相當於ignore=yes
,忽略提示
Orale資料匯入
list sql loader的使用方法 用法 sqlldr keyword value keyword value,有效的關鍵字 userid oracle 使用者名稱 口令 control 控制檔名 log 日誌檔名 bad 錯誤檔名 data 資料檔名 discard 廢棄檔名 discard...
orale 建表空間和使用者
oracle安裝完後,其中有乙個預設的資料庫,除了這個預設的資料庫外,我們還可以建立自己的資料庫。對於初學者來說,為了避免麻煩,可以用 database configuration assistant 嚮導來建立資料庫。建立完資料庫後,並不能立即在資料庫中建表,必須先建立該資料庫的使用者,並且為該使...
Orale的資料dmp的匯入匯出
資料匯出 1 將資料庫test完全匯出,使用者名稱system 密碼manager 匯出到d daochu.dmp中 exp system manager test file d daochu.dmp full y 2 將資料庫中system使用者與sys使用者的表匯出 exp system man...