Oracle資料匯入匯出基本操作樣本

來源:互聯網
上載者:User

標籤:oracle資料匯入匯出

Oracle資料匯入匯出基本操作樣本


  1. 資料匯出

    a.將資料庫orcl完全匯出,使用者名稱user 密碼password 匯出到D:\dc.dmp中    

     exp user/[email protected]   file=d:\dc.dmp    full=y

     full=y   表示全庫匯出


    b.將資料庫中user1和user2使用者匯出

     exp user/[email protected]  file=d:\dc.dmp    owner=(user1,user2)

     full方式可以備份所有使用者的資料庫物件,包括資料表空間、使用者資訊等,owner=XX只能備份指定使用者的對象.


    c.將使用者user中表user_operator,user_id匯出

     exp user/[email protected]   file=d:\dc.dmp  tables=(user_operator,user_id)

     tables=xx 表示備份相關表


  d.按條件匯出資料

   exp user/[email protected]   file=d:\dc.dmp tables=(user_id) query=’where dept_id=1’

  e.只匯出表,不匯出資料

   exp user/[email protected]   file=d:\dc.dmp  tables=(user_id) rows=N 


2.資料匯入

  a.將D:\dc.dmp中匯入到資料庫中

   imp user/[email protected]   file=d:\dc.dmp ignore=y

   ignore=y 表示忽略錯誤  因為有的表已經存在,然後它就報錯,對該表就不進行匯入。


  b.將d:\daochu.dmp中的表user_id匯入

   imp user/[email protected]   file=d:\dc.dmp  tables=(user_id)

 

  

本文出自 “11290766” 部落格,請務必保留此出處http://rylan.blog.51cto.com/11290766/1867764

Oracle資料匯入匯出基本操作樣本

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.