IMP 時的 ORA-01435 user does not exist 處理
在做IMP全匯入 時,首先建立好表空間(因為檔案位置不同),匯入時加上ignore=y 選項,原以為就能成功匯入。結果最後報:
"ALTER SESSION SET CURRENT_SCHEMA= "MATERIAL""
IMP-00003: ORACLE error 1435 encountered
ORA-01435: user does not exist
IMP-00000: Import terminated unsuccessfully
從錯誤來看,是因為MATERIAL使用者不存在,翻看日誌,在前面找到:
MP-00017: following statement failed with ORACLE error 959:
"CREATE USER "MATERIAL" IDENTIFIED BY VALUES 'EBFAC36458941377' DEFAULT TABL"
"ESPACE "TSP_MATERIAL" TEMPORARY TABLESPACE "TEMP""
IMP-00003: ORACLE error 959 encountered
ORA-00959: tablespace 'TSP_MATERIAL' does not exist
原來是因為表空間TSP_MATERIAL不存在,引起不能建立使用者MATERIAL。
重新建立TSP_MATERIAL 表空間,問題解決。
小結: 這種問題一般伴隨ALTER SESSION SET CURRENT_SCHEMA 語句存在。另外,ignore 也不是什麼錯都忽略,還是有選擇性的。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9036/viewspace-1056359/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- yii2接入pgSQL(查詢不到表The table does not exist: {{%user}})SQL
- 安裝kernel...src.rpm錯誤:warning: user mockbuild does not exist - using rootMockUI
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- Property [title] does not exist on this collection instance
- Waring: /dev/centos/swap does not existdevCentOS
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- Laravel Class env does not exist 問題排查Laravel
- 靜默安裝Oracle建庫時報Template General Purpose does not existOracle
- ORA-04043: object DBA_DATA_FILES does not existObject
- [20211231]ORA-01418 specified index does not exist.txtIndex
- ABAP 資料結構啟用時的錯誤訊息 - combination reference table field does not exist資料結構
- dcat-admin 表單 Field type [autocomplete] does not exist.
- ORA-30012 undo tablespace 'UNDOTBS3' does not exist or of wrong typeS3
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST
- Hadoop的mapreduce出現問題,報錯The auxService:mapreduce_shuffle does not existHadoopUX
- pgsql 執行建庫指令碼時候出現ERROR: relation "xxx_id_seq" does not existSQL指令碼Error
- Android解決The APK file app-debug.apk does not exist on disk.AndroidAPKAPP
- streamlit run執行報錯,Invalid value: File does not exist: XXX.py
- Error: The directory named as part of the path ./log/supervisord.log does not exist解決方案Error
- 【故障處理】Linux下匯入匯出“IMP-00030: failed to create file ... for write”LinuxAI
- Eclipse裡Tomcat報錯:Document base ……does not exist or is not a readable directory(圖文詳解)...EclipseTomcat
- Swift的時區處理Swift
- 如何處理Eclipse錯誤訊息 The declared package does not match the expected packageEclipsePackage
- jackson時間格式的處理
- FreeSWITCH 處理Refer盲轉時,UUI傳遞不對(沒有將SIP 訊息頭Refer-To中的User-to-User傳遞給B-Leg)UI
- java時間處理Java
- PHP 時間處理PHP
- Java中對時間的處理Java
- 字串和日期時間的處理字串
- 時間序列資料的處理
- uniGUI釋出時執行時包的處理GUI
- Java中的任務超時處理Java
- 匯出處理耗時的檔案
- Java8中的時間處理Java
- Go併發呼叫的超時處理Go
- Nginx 超時事件的處理機制Nginx事件
- 影像資料不足時的處理方法
- 【exp/imp不同版本】Oracle不同版本的exp/imp使用注意事項Oracle