oracle exp 問題匯總

來源:互聯網
上載者:User

標籤:style   color   os   strong   資料   io   c   問題   

1.  用sys as sysdba方式串連資料庫進行exp/imp

  windows 環境:

  exp sys/[email protected] as sysdba file=exp.dmp log=exp.log  #注意這裡是單引號

  unix和linux環境

  exp \‘sys/[email protected] as sysdba\‘ file=exp.dmp log=exp.log #這裡用\做逸出字元,對‘進行轉義

  #如果不是按照上面方式執行exp匯出,會報錯

  #LRM-00108 invalid positional parameter value ‘as‘

  #ORA-28009  connection to sys should be as sysdba or sysoper.

2.  以sys使用者匯出指定使用者的某張表(以window環境下為例)

  exp ‘sys/[email protected] as sysdba‘ file=d:/app/dmp/scott_exp.dmp log=d:/app/log/scott_exp.log tables=scott.emp,scott.dept

  #注意,這裡指定了tables參數就不能再同時指定owner,否則會報錯

  #exp-00026:conflicting mode specified

  #這個錯誤是exp參數衝突引起的,常見的有一下幾種

  #(1)同時指定了owner和tables;

  #(2)同時指定了full和tables;

  #(3)同時指定了多個owner和full。

  #owner 表示匯出整個使用者或者多個使用者,tables表示匯出單個表或者多個表

  #要麼只匯出其中的表,要麼匯出整個使用者。否則就會衝突

  

  

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.