oracle進行imp匯入資料時報錯:ORA-12592: TNS: 包錯誤,ora-12592tns
原創作品,出自 “深藍的blog” 部落格,歡迎轉載,轉載時請務必註明以下出處,否則追究著作權法律責任。
深藍的blog:http://blog.csdn.net/huangyanlong/article/details/43153127
使用imp匯入資料時,檢查發現三百多萬條資料的表實際只匯入了一百多萬條資料,檢查匯入日誌,以下報錯資訊,
串連到: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,Data Mining and Real Application Tes經由常規路徑由 EXPORT:V11.02.00 建立的匯出檔案已經完成 ZHS16GBK 字元集和 AL16UTF16 NCHAR 字元集中的匯入. 正在將 HYL 的對象匯入到 HYL. . 正在匯入表 "TB_HYL_WS".................................................................................................................................................................................IMP-00058: 遇到 ORACLE 錯誤 12592ORA-12592: TNS: 包錯誤IMP-00018: 上一個表的部分匯入已完成: 匯入了 1772044 行成功終止匯入, 但出現警告。
檢查後,通過tns錯誤資訊點,懷疑網路問題,該台匯入機器為通過用戶端串連,於是使用xmanager軟體將dmp檔案上傳到伺服器上,重新執行imp匯入命令,順利匯入表,查看日誌資訊如下:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsExport file created by EXPORT:V11.02.00 via conventional pathimport done in ZHS16GBK character set and AL16UTF16 NCHAR character set. importing HYL's objects into HYL. . importing table "TB_HYL_WS" 3701686 rows importedImport terminated successfully without warnings.
原創作品,出自 “深藍的blog” 部落格,歡迎轉載,轉載時請務必註明以下出處,否則追究著作權法律責任。
深藍的blog:http://blog.csdn.net/huangyanlong/article/details/43153127