oracle資料庫的匯入匯出 例項

2021-06-07 13:41:31 字數 4854 閱讀 5916

oracle資料庫的匯入匯出 例項

我要從另外一台電腦(a)的資料庫匯入到自己電腦(b)的資料庫。

一、匯出(exp)

在自己的電腦上,先進入,

再:c:\documents and settings\administrator> 回車

回車後顯示的資訊:

export: release 9.2.0.1.0 - production on 星期二 2月 3 10:08:08 2009

連線到: oracle9i enterprise edition release 9.2.0.1.0 - production

with the partitioning, olap and oracle data mining options

jserver release 9.2.0.1.0 - production

已匯出 zhs16gbk 字符集和 al16utf16 nchar 字符集

即將匯出指定的使用者...

. 正在匯出 pre-schema 過程物件和操作

. 正在匯出使用者 lpw 的外部函式庫名稱

. 匯出 public 型別同義詞

. 匯出私有型別同義詞

. 正在匯出使用者 lpw 的物件型別定義

即將匯出 lpw 的物件 ...

. 正在匯出資料庫鏈結

. 正在匯出序號

. 正在匯出群集定義

. 即將匯出 lpw 的表通過常規路徑 ...

. . 正在匯出表                       employees         12 行被匯出

. . 正在匯出表                       inoutsync          0 行被匯出

. . 正在匯出表                           items          5 行被匯出

……. . 正在匯出表                       tbwebinfo        272 行被匯出

. . 正在匯出表                   tbwebtypeinfo          4 行被匯出

. . 正在匯出表         tbwithdrawalstockreport        209 行被匯出

. . 正在匯出表      tbenterprisebusinesschange          0 行被匯出

. 正在匯出同義詞

. 正在匯出檢視

. 正在匯出儲存的過程

. 正在匯出運算子

. 正在匯出引用完整性約束條件

. 正在匯出觸發器

. 正在匯出索引型別

. 正在匯出位圖, 功能性索引和可擴充套件索引

. 正在匯出後期表活動

. 正在匯出實體化檢視

. 正在匯出快照日誌

. 正在匯出作業佇列

. 正在匯出重新整理組和子組

. 正在匯出維

. 正在匯出 post-schema 過程物件和操作

. 正在匯出統計

在沒有警告的情況下成功終止匯出。

二、匯入(imp)

還是,接著:

回車後顯示的資訊:

import: release 9.2.0.1.0 - production on 星期二 2月 3 10:19:38 2009

連線到: oracle9i enterprise edition release 9.2.0.1.0 - production

with the partitioning, olap and oracle data mining options

jserver release 9.2.0.1.0 - production

經由常規路徑匯出由export:v09.02.00建立的檔案

警告: 此物件由 lpw 匯出, 而不是當前使用者

已經完成zhs16gbk字符集和al16utf16 nchar 字符集中的匯入

. . 正在匯入表                     "employees"         12行被匯入

. . 正在匯入表                     "inoutsync"          0行被匯入

. . 正在匯入表               "sys_personright"       5154行被匯入

. . 正在匯入表               "sys_rightdefine"         17行被匯入

. . 正在匯入表                 "sys_righttype"          4行被匯入

……. . 正在匯入表                     "tbwebinfo"        272行被匯入

. . 正在匯入表                 "tbwebtypeinfo"          4行被匯入

. . 正在匯入表       "tbwithdrawalstockreport"        209行被匯入

. . 正在匯入表    "tbenterprisebusinesschange"          0行被匯入

imp-00041: 警告: 建立的物件帶有編譯警告

"create force view "shh"."epc_cli_product"                             ("rep"

"_user_id","node_id","environment_id","product_name","fac_num","fdf_file_sta"

"tus","fdf_file_active") as "

"select distinct e.rep_user_id, e.node_id, e.environment_id, f.product_name,"

" f.fdf_file_fac_num, f.fdf_file_status, f.fdf_file_active"

"              from epc_cli_environment e, epc_cli_fdf_file f"

"              where not (f.fdf_file_fac_num = 5 and"

"              fdf_file_fac_vendor = 192216243) and "

"              e.environment_id = f.environment_id and"

"              e.rep_user_id = f.rep_user_id"

"      union"

"      select distinct e.rep_user_id, e.node_id, s.environment_id, s.service_na

me"", f.fdf_file_fac_num, f.fdf_file_status, fdf_file_active"

"              from epc_cli_environment e, epc_cli_fdf_file f, epc_cli_service

s""              where f.fdf_file_fac_num = 5 and"

"              fdf_file_fac_vendor = 192216243 and "

"              e.environment_id = f.environment_id     and "

"              f.environment_id = s.environment_id and"

"              e.rep_user_id = f.rep_user_id and"

"              f.rep_user_id = s.rep_user_id"

imp-00041: 警告: 建立的物件帶有編譯警告

"create force view "shh"."epc_cli_event_set"                             ("r"

"ep_user_id","fdf_file_id","product_name","event_set_name","environment_id","

""fdf_file_desc") as "

"select rep_user_id, fdf_file_id, product_name, event_set_name, environment_"

"id, fdf_file_desc"

"              from epc_cli_fdf_file"

"              where not (fdf_file_fac_num = 5 and"

"              fdf_file_fac_vendor = 192216243)"

"      union"

"      select distinct f.rep_user_id, f.fdf_file_id, s.service_name, f.event_se

t_""name, f.environment_id, f.fdf_file_desc"

"              from epc_cli_fdf_file f, epc_cli_service s"

"              where f.fdf_file_fac_num = 5 and "

"              fdf_file_fac_vendor = 192216243 and"

"              f.environment_id = s.environment_id and"

"              f.rep_user_id = s.rep_user_id"

準備啟用約束條件...

成功終止匯入,但出現警告。

oracle資料庫匯出匯入 perl指令碼實現

匯出oracle資料庫 usr bin perl w set nls lang american america.al32utf8 my aa exp system dbname file d daochu.dmp owner cm foreach aa print print oracle dat...

Oracle 資料庫 匯入匯出

匯入匯出時要,通過 執行 進行到oracle的安裝目錄的 bin 目錄下導 例如 d oracle product 10.1.0 db 1 bin 匯出分三種 匯出 表 方案 資料庫 1.1.1 匯出自己的表 說明 使用者 密碼 資料庫例項 表名 可多個 檔案路徑 exp userid scott ...

oracle資料庫匯入匯出

用工具匯入 匯出 資料 工具 t 匯出表 x 工具 t 匯出表 x 所選執行檔案位置 e oracle product 10.2.0 db 1 bin imp.exe exp.exe 命令匯入匯出 oracle匯入dmp檔案命令 1 dmp檔案中的資料匯入資料庫 1.首先進入cmd命令視窗 2.執行...