免费观看又色又爽又黄的小说免费_美女福利视频国产片_亚洲欧美精品_美国一级大黄大色毛片

數據庫中exp導出方法是什么

本篇內容介紹了“數據庫中exp導出方法是什么”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

讓客戶滿意是我們工作的目標,不斷超越客戶的期望值來自于我們對這個行業的熱愛。我們立志把好的技術通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領域值得信任、有價值的長期合作伙伴,公司提供的服務項目有:域名申請、虛擬主機、營銷軟件、網站建設、喀什網站維護、網站推廣。

1.功能簡介

Export和import是oracle很常用的數據遷移工具(導出/導入)。這種遷移方式采用的是邏輯遷移。實際進行操作時,export/import對應的命令是emp/imp(注意小寫)。

2.遷移條件:

exp&imp支持跨版本、跨平臺的遷移,還支持夸字符集的數據遷移。最重要的是,在遷移之前不需要做任何的準備工作,只需要執行exp/imp命令,指定相關參數即可完成導出/導入任務

3.查看幫助

可以通過help=y命令來調出幫助信息

[oracle@localhost u01]$ exp help=y

Export: Release 11.2.0.4.0 - Production on Tue Oct 23 02:43:45 2018

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

USERID must be the first parameter on the command line.

Keyword    Description (Default)      Keyword      Description (Default)

--------------------------------------------------------------------------

USERID     username/password          FULL         export entire file (N)

BUFFER     size of data buffer        OWNER        list of owner usernames

FILE       output files (EXPDAT.DMP)  TABLES       list of table names

COMPRESS   import into one extent (Y) RECORDLENGTH length of IO record

GRANTS     export grants (Y)          INCTYPE      incremental export type

INDEXES    export indexes (Y)         RECORD       track incr. export (Y)

DIRECT     direct path (N)            TRIGGERS     export triggers (Y)

LOG        log file of screen output  STATISTICS   analyze objects (ESTIMATE)

ROWS       export data rows (Y)       PARFILE      parameter filename

CONSISTENT cross-table consistency(N) CONSTRAINTS  export constraints (Y)

OBJECT_CONSISTENT    transaction set to read only during object export (N)

FEEDBACK             display progress every x rows (0)

FILESIZE             maximum size of each dump file

FLASHBACK_SCN        SCN used to set session snapshot back to

FLASHBACK_TIME       time used to get the SCN closest to the specified time

QUERY                select clause used to export a subset of a table

RESUMABLE            suspend when a space related error is encountered(N)

RESUMABLE_NAME       text string used to identify resumable statement

RESUMABLE_TIMEOUT    wait time for RESUMABLE

TTS_FULL_CHECK       perform full or partial dependency check for TTS

VOLSIZE              number of bytes to write to each tape volume

TABLESPACES          list of tablespaces to export

TRANSPORT_TABLESPACE export transportable tablespace metadata (N)

TEMPLATE             template name which invokes iAS mode export

Export terminated successfully without warnings.

注:執行imp時支持的參數與上述類似,不完全相同,可以可以通過命令imp help=y進行查看

4.Exp/imp的處理模式

Exp/imp工具在使用的時候支持4中操作模式:

(1)    整庫模式:導出導入整個數據庫,對應FULL參數;

(2)    表空間模式:導出導入指定表空間中的對象數據,對應tablespace參數;

(3)    用戶模式:導出導入用戶自有對象,對應owner參數;

(4)    表模式:導出導入指定的表或分區表,對應tables參數。

5.Exp調用方式

(1)    命令行方式調用

直接執行命令

例如:$ exp scott/tiger tables=emp file=scott_emp.dmp log=scott_emp.log

(2)    參數文件方式調用

第一步,編輯一個文件

$ vi scott_emp.dat

           Tables=emp

           Buffer=20480

log=scott_emp.log

第二步,然后在執行命令時調用這個文件

$ exp scott/tiger parfile=scott_emp.dat

6.Exp導出例子說明

(1)    導出scott用戶的emp表

$ exp scott/tiger tables=emp file=scott_emp.dmp log=scott_emp.log            

(2)    導出scott用戶emp表中empno>100的數據

$ exp scott/tiger tables=emp query="'where empno>100'" file=scott_emp100.dmp log=scott_emp100.log

(3)    導出scott用戶所有的表

$ exp scott/tiger owner=scott file=scott_tables.dmp log=scott_tables.log

(4)    全庫導出

$ exp system/oracle full=y file=fulldb.dmp log=fulldb.log

7.重要參數說明

TABLES:   指定要導出那些表

QUERY:    對要導出的數據進行篩選

      SCHEMA:  指定schema(寫成用戶名)

      LOG:        指定產生日志文件名

      FULL:       FULL=y時,代表全庫導出

      FILESIZE: 指定導出單一文件的大小

      索引、約束、授權

      GRANTS:指定對象的授權信息(訪問、操作權限),默認為Y

      INDEXES:指定是否導出表的索引,默認為Y

      CONSTRAINTS:指定是否導出表的約束,默認為Y

      TRIGGERS:指定是否導出與表相關的觸發器,默認為Y

“數據庫中exp導出方法是什么”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注創新互聯網站,小編將為大家輸出更多高質量的實用文章!

網站名稱:數據庫中exp導出方法是什么
路徑分享:http://m.newbst.com/article26/iidsjg.html

成都網站建設公司_創新互聯,為您提供定制網站、軟件開發網頁設計公司、App開發、網站營銷、建站公司

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

網站托管運營