imp匯入檔案時報大量的imp-0008錯誤
今天需要將測試系統遷移到生產系統,於是在生產庫中建立相應使用者基表空間後,將測試系統的資料透過exp/imp(資料量不大)遷移到生產庫上。透過windows下自帶的ftp伺服器上傳到unix伺服器上後,透過imp show=y檢視匯入的內容以降低出錯的機率,結果執行該命令後報了大量的imp-0008錯誤,oracle官方解釋如下:
00008, 00000, "unrecognized statement in the export file: \n %s"
// *Cause: Import did not recognize a statement in the export file. Either
// the export file was corrupted, or an Import internal error has
// occurred.
// *Action: If the export file was corrupted, retry with a new export file.
// Otherwise, report this as an Import internal error and submit
// the export file to customer support.
按照官方的說法有可能是檔案損壞,而且透過ls -lh發現一個有意思的現象,unix檔案上識別的檔案大小與window上的原檔案大小不一致,gg之後有人提到了ftp傳輸模式的問題,需要切換到binary模式再傳輸檔案,於是再次透過ftp binary模式傳輸檔案,接著imp匯入後故障消失,看來問題果然如此。。
在window下的ftp提示符中執行binary即可切換到二進位制傳輸模式,預設是ascii傳輸模式,使用type命令可以檢視當前的傳輸模式。。
小小記錄一下這個有意思的案例 哈哈。。。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20801486/viewspace-722453/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 匯入sql時報日期型別錯誤SQL型別
- mysql匯入sql檔案報錯 ERROR 2013 2006 2002MySqlError
- oracle資料匯出匯入(exp/imp)Oracle
- 刪除大量檔案Argument list too long錯誤解決
- vue2匯入專案遇到錯誤Vue
- imp-匯入小寫字母的表
- Larabel遷移檔案時報SQLSTATE[42000]錯誤的解決方法SQL
- Mysql資料庫使用Navicat Mysql匯入sql檔案報錯MySql資料庫
- impdp/expdp報錯: ORA-39064: 無法寫入日誌檔案 ORA-29285: 檔案寫入錯誤
- JAVA web ServletFileUpload檔案上傳遇到大量50+錯誤的解決方法JavaWebServlet
- Oracle資料庫匯入匯出。imp匯入命令和exp匯出命令Oracle資料庫
- impdp匯入報ORA-00001 ORA-04088錯誤
- 【MySQL篇】Navicat匯入SQL大檔案報錯終極解決方案MySql
- UTL_FILE.PUT寫入txt時超過32k報ORA-29285: 檔案寫入錯誤
- 匯入excel檔案Excel
- Python-檔案的匯入Python
- EasyExcel完成excel檔案的匯入匯出Excel
- (十一)Electron 匯入匯出檔案
- Excel匯入null錯誤解決方式ExcelNull
- PyCharm匯入Selenium包時報錯,需要升級pipPyCharm
- PHP匯出大量資料,儲存為CSV檔案PHP
- Mysql匯入本地檔案MySql
- easyExcel分批匯入檔案Excel
- EEGlab匯入.mat檔案
- Mysql匯入csv檔案MySql
- navicat匯入sql檔案SQL
- Drozer 查詢可被其他應用讀取 / 寫入的檔案時,報錯
- bootstrap匯入js包和css包時錯誤怎麼解決?bootJSCSS
- VSCode報錯:cnpm : 無法載入檔案VSCodeNPM
- Uedior上傳大檔案超時報錯
- PHP匯入大量CSV資料PHP
- 使用 deploy 部署專案時報 Serialization of 'Closure' is not allowed 錯誤
- 匯出處理耗時的檔案
- C中的匯流排錯誤和段錯誤
- 用VS2015匯入工程時出現error MSB8020錯誤Error
- 將 crt 檔案匯入到 jks 檔案 -cg
- js 匯入json配置檔案JSON
- SQLServer匯入大CSV檔案SQLServer
- Java POI匯入Excel檔案JavaExcel