ORA-19505: failed to identify file "/home/oracle/dmp/20150625.DMP"
2015.06.25
今天在做匯入的時候報錯,這個匯入已經做了很多次沒報錯,今天做的時候居然報錯
背景:從單例項expdp匯出使用者方案,impdp匯入到雙節點RAC
impdp directory=dmp dumpfile=20150625.dmp SCHEMAS=szxn parallel=3 job_name=my_job_in
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
. . imported "SZXN"."TB_LB_APPENDIX" 68.98 MB 272084 rows
. . imported "SZXN"."TB_LM_PAYPLAN" 30.40 MB 287677 rows
ORA-31693: Table data object "SZXN"."TB_LM_CLEARTABLE" failed to load/unload and is being skipped due to error:
ORA-31640: unable to open dump file "/home/oracle/dmp/SZXN20150625.DMP" for read
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
. . imported "SZXN"."TB_LB_APPENDIX_BAK" 30.44 MB 120410 rows
ORA-31693: Table data object "SZXN"."TB_LB_APPLYLOG" failed to load/unload and is being skipped due to error:
ORA-31640: unable to open dump file "/home/oracle/dmp/SZXN20150625.DMP" for read
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
.
.
.
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
ORA-39082: Object type ALTER_PROCEDURE:"SZXN"."PROC_SURVEYDETAIL" created with compilation warnings
Processing object type SCHEMA_EXPORT/VIEW/VIEW
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, NVL(value_n, 0), grantor, object_row, object_schema, object_long_name, partition_name, subpartition_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, base_process_order, property, size_estimate, in_progress, original_object_schema, original_object_name, creation_level, object_int_oid FROM "SYS"."MY_JOB_IN" WHERE process_order between :3 AND :4 AND duplicate = 0 AND processing_state NOT IN (:5, :6, :7) ORDER BY process_order]
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 9715
----- PL/SQL Call Stack -----
object line object
handle number name
0xc46dfbf8 21979 package body SYS.KUPW$WORKER
0xc46dfbf8 9742 package body SYS.KUPW$WORKER
0xc46dfbf8 4287 package body SYS.KUPW$WORKER
0xc46dfbf8 10450 package body SYS.KUPW$WORKER
0xc46dfbf8 1824 package body SYS.KUPW$WORKER
0x14a853a98 2 anonymous block
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Processing object type SCHEMA_EXPORT/JOB
Job "SYS"."MY_JOB_IN" completed with 70 error(s) at Thu Jun 25 18:29:39 2015 elapsed 0 00:03:44
[oracle@mctrac1 dmp]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 25 18:33:21 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
解決過程:
1、開始以為是識別不了dmp包,匯出的時命令語句裡面是小寫
於是重新用純數字做包名匯出,結果還是報這樣的錯誤,
2、以為是dmp包許可權問你,
於是給了755 許可權
解決辦法:
去掉並行 parallel=3
原因: 可能是平臺不一樣,匯出的時候也是沒有並行。
今天在做匯入的時候報錯,這個匯入已經做了很多次沒報錯,今天做的時候居然報錯
背景:從單例項expdp匯出使用者方案,impdp匯入到雙節點RAC
impdp directory=dmp dumpfile=20150625.dmp SCHEMAS=szxn parallel=3 job_name=my_job_in
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
. . imported "SZXN"."TB_LB_APPENDIX" 68.98 MB 272084 rows
. . imported "SZXN"."TB_LM_PAYPLAN" 30.40 MB 287677 rows
ORA-31693: Table data object "SZXN"."TB_LM_CLEARTABLE" failed to load/unload and is being skipped due to error:
ORA-31640: unable to open dump file "/home/oracle/dmp/SZXN20150625.DMP" for read
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
. . imported "SZXN"."TB_LB_APPENDIX_BAK" 30.44 MB 120410 rows
ORA-31693: Table data object "SZXN"."TB_LB_APPLYLOG" failed to load/unload and is being skipped due to error:
ORA-31640: unable to open dump file "/home/oracle/dmp/SZXN20150625.DMP" for read
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
.
.
.
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
ORA-39082: Object type ALTER_PROCEDURE:"SZXN"."PROC_SURVEYDETAIL" created with compilation warnings
Processing object type SCHEMA_EXPORT/VIEW/VIEW
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, NVL(value_n, 0), grantor, object_row, object_schema, object_long_name, partition_name, subpartition_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, base_process_order, property, size_estimate, in_progress, original_object_schema, original_object_name, creation_level, object_int_oid FROM "SYS"."MY_JOB_IN" WHERE process_order between :3 AND :4 AND duplicate = 0 AND processing_state NOT IN (:5, :6, :7) ORDER BY process_order]
ORA-19505: failed to identify file "/home/oracle/dmp/SZXN20150625.DMP"
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 9715
----- PL/SQL Call Stack -----
object line object
handle number name
0xc46dfbf8 21979 package body SYS.KUPW$WORKER
0xc46dfbf8 9742 package body SYS.KUPW$WORKER
0xc46dfbf8 4287 package body SYS.KUPW$WORKER
0xc46dfbf8 10450 package body SYS.KUPW$WORKER
0xc46dfbf8 1824 package body SYS.KUPW$WORKER
0x14a853a98 2 anonymous block
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Processing object type SCHEMA_EXPORT/JOB
Job "SYS"."MY_JOB_IN" completed with 70 error(s) at Thu Jun 25 18:29:39 2015 elapsed 0 00:03:44
[oracle@mctrac1 dmp]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 25 18:33:21 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
解決過程:
1、開始以為是識別不了dmp包,匯出的時命令語句裡面是小寫
於是重新用純數字做包名匯出,結果還是報這樣的錯誤,
2、以為是dmp包許可權問你,
於是給了755 許可權
解決辦法:
去掉並行 parallel=3
原因: 可能是平臺不一樣,匯出的時候也是沒有並行。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30936525/viewspace-2016583/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Expdp報 ORA-19505, ORA-27037 No such file or directoryOracle
- oracle ORA-01157: cannot identify/lock data file 64OracleIDE
- oracle for linux安裝報錯 file /home/oracle/.Xauthority does not existOracleLinux
- What is the $ORACLE_HOME/dbs/hc_<ORACLE_SID>.dat fileOracle
- Oracle - ORA-09817: Write to audit file failedOracleAI
- 【ORACLE】ORA-00245: control file backup operation failedOracleAI
- ORA-01157: cannot identify/lock data file %s - see DBWR trace file的處理IDE
- oracle匯入dmp檔案Oracle
- Oracle Forum HOMEOracle
- ftp 報錯 550 Failed to open fileFTPAI
- plsql Oracle匯入dmp檔案SQLOracle
- 克隆(clone) ORACLE HOMEOracle
- Clone (克隆) ORACLE HOMEOracle
- oracle clone oracle_home 方法Oracle
- yum-GPG key retrieval failed: No such file or directoryAI
- VMware vmdk錯誤: Failed to lock the file.AI
- ORA-01157: cannot identify/lock data file n 故障一例IDE
- Oracle exp dmp包檔案轉化為insert語句,extract dmp to sqlfileOracleSQL
- ORACLE_BASE 與 ORACLE_HOMEOracle
- Oracle 中$ORACLE_HOME/bin/oracle檔案Oracle
- oracle 還原 .dmp 格式備份檔案Oracle
- ORA-00245:control file backup failed;targetis likely on local file systemAI
- ORA-00245: control file backup failed; target is likely on a local file systemAI
- Load of cache file failed. rc=1301AI
- ORA-19504: failed to create file "" 一則案例AI
- oracle匯入dmp檔案win10怎麼操作_win10系統oracle如何匯入dmp檔案OracleWin10
- oracle匯出dmp檔案的2種方法Oracle
- oracle匯入dmp檔案的2種方法Oracle
- 執行jar檔案生成pdf報錯,Unsupported URL <file:///homeJAR
- oracle is not in the sudoers fileOracle
- mysql啟動報錯Manager of pid-file quit without updating file.[FAILED]MySqlUIAI
- ORA-00245: control file backup operation failedAI
- ORA-09817: Write to audit file failed 的解決AI
- OPatch failed with error code 135, Given 'ocmrf' file does not existsAIError
- How to Deinstall Oracle Clusterware Home ManuallyOracle
- Fatal error: can't check configuration file '/home/watt/proxy/dError
- ORACLE_BASE和ORACLE_HOME的區別Oracle
- VMware 啟動報錯 "Failed to lock the file"解決辦法AI