impdp導資料時的ORA-39002,: invalid operation,ORA-39070,ORA-29283等錯誤
用expdp命令匯入資料時,發現報如下錯誤:
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 475
ORA-29283: invalid file operation
看到這個錯誤後,先想到的許可權的問題,以為是資料庫內的directory的許可權沒有賦給相關的使用者,但是經過查詢後發現已經給相關的使用者賦予了read,write許可權了。折騰了很久後發現原來是由於在資料庫內建立directory時有個字母寫錯了,而伺服器上根本就沒有這個目錄,因此就報這個錯誤了。
解決辦法就是要麼刪除directory重建,使其對應的目錄和伺服器一致,要麼就是在伺服器上建立和之前directory指定的目錄一致。我通過重建directory後,順利將資料匯入。
參考:
http://space.itpub.net/519536/viewspace-664406
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12129601/viewspace-735524/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【IMPDP】使用工具IMPDP匯入資料時ORA-39002、ORA-39070錯誤排查
- 使用工具IMPDP匯入資料時ORA-39002、ORA-39070錯誤排查
- ORACLE使用IMPDP匯入時報錯ORA-39002,ORA-39070等Oracle
- 使用資料泵匯入 ORA-39002,ORA-39070,ORA-29283,ORA-06512,ORA-29283
- impdp時parallel=4導致的錯誤Parallel
- 資料泵報錯ora-39002 ora-39070 ora-39087
- ORA-29283解決方法(impdp)?
- impdp 匯入資料導致ora-600,arguments: [klaprs_11]錯誤
- android模擬器 一個錯誤:X Error of failed request: BadRequest (invalid request code or no such operation)...AndroidErrorAI
- sqlldr 時碰到錯誤 ORA-01722: invalid numberSQL
- 線上急等]訪問jsp時的錯誤JS
- 執行impdp時出現ORA-39154錯誤的解決案例
- MyBatis 錯誤:Invalid bound statement (not found)MyBatis
- std::sort 錯誤"Expression : invalid operator <"Express
- Mac新建資料夾報錯,mkdir():Operation not supportedMac
- 資料同步中的誤導
- 導資料遇見ORA-01555錯誤
- impdp 遇到 ORA-07445 錯誤。重新EXPDP,IMPDP解決了。
- Invalid bound statement (not found)錯誤解決
- 使用impdp不當導致的資料丟失問題
- 解決一切listview或者adapter等類似的資料錯誤,點選錯誤的問題。ViewAPT
- 10G建立資料庫時發生的錯誤資料庫
- 導資料時ora-31640報錯
- 誤讀資料等於自殺
- 資料庫升級導致ORA-918錯誤資料庫
- 【資料庫資料恢復】磁碟空間不足導致sql server錯誤的資料恢復資料庫資料恢復SQLServer
- Python 錯誤 SyntaxError: invalid character in identifierPythonErrorIDE
- Checkpoint log:invalid bitmap page錯誤修復
- ORA-600(kkoipt:invalid join method)錯誤
- 達夢資料庫啟動報code = -803 [Invalid ini config value]錯誤資料庫
- 使用錯誤的作業系統使用者exp資料導致ORA-15186錯誤作業系統
- 使用 http-proxy 代理 HTTP 請求時遇到的 the requested url is invalid 錯誤訊息HTTP
- 資料庫restore時遇到1119錯誤資料庫REST
- 動態建立 @ViewChild 導致執行時錯誤的原因分析View
- 除錯時檢視彙編和暫存器資料等除錯
- 解決升級資料庫時遇到的Text file busy錯誤資料庫
- rac環境下使用impdp匯入資料出錯
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT