DataPump Errors ORA-39001 ORA-39000 ORA-31640 ORA-27037 Linux-x86_64 Error: 2 When Importing From Windows UNC Path
(Doc ID 1495386.1)
Last updated on AUGUST 04, 2018
Applies to:
Oracle Server - Enterprise Edition - Version 10.1.0.2 to 11.2.0.4 [Release 10.1 to 11.2]Information in this document applies to any platform.
Symptoms
For the following scenario:
- The DataPump Export dump files are located on an MS-Windows system, where the directory is presented as an MS-Windows Universal Naming Convention (UNC) path (WIN01).
- The target database UNIX01DB is located on a UNIX system (UNIX01).
- The Data Pump Import client is being run on an MS-Windows system (WIN02), where the TNS Names entry "UNINX01DB" points to the Oracle database on UNIX01.
- WIN02 has access to the WIN01 UNC path.
When attempting to import the dump files using impdp in WIN02: DOS>impdp system/oracle@UNIX01DB DIRECTORY=WINDUMP_DIR DUMPFILE=expdp.dmp
the following errors occur:
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31640: unable to open dump file "\\WIN01\DUMPFILES\expdp.dmp" for read
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
ORA-39000: bad dump file specification
ORA-31640: unable to open dump file "\\WIN01\DUMPFILES\expdp.dmp" for read
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
The following commands have been issued on the target database (UNIX01DB):
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |