oracle11g資料庫備份收藏

2021-06-28 05:00:48 字數 288 閱讀 4651

使用exp匯出資料時,當表沒有資料的時候,表結構會匯出報錯,這個時候使用expdp匯出;

用expdp匯出資料時,習慣按照使用者匯出,例如:expdp 使用者/密碼@oracleid schemas=使用者  dumpfile=檔名 logfile=匯出日誌。

此時expdp可以這樣寫:expdp 使用者/密碼@oracleid schemas=使用者 dumpfile=a.dmp logfile=a.log,檔案就預設在dump檔案下,這不用擔心匯出有錯誤;

次方法不管是在linux下還是在windows下都能這樣操作;

還原資料庫 oracle 11g

1.需要檔案 2.需要知道表空間 nnc data01 和臨時表空間 nnc index01 和資料庫使用者 nc63train 3.開始,第一步,建立兩個表空間 開啟sql plus,連線資料庫,執行語句 4.第二步,建立資料庫使用者 createuser nc63train identified...

解除安裝Oracle 11g資料庫

完全解除安裝oracle11g步驟 1 開始 設定 控制面板 管理工具 服務 停止所有 oracle 服務。2 開始 程式 oracle orahome81 oracle installation products universal installer,單擊 解除安裝產品 全部展開 選中除 ora...

Oracle11 g資料庫過期

公司使用的oracle11 g 32位 資料庫出現有效期過期問題,解決此問題可以使用下面的方法 1 查詢密碼有效期system登入 sql select from dba profiles where profile default and resource name password life t...