I am trying to import a datadump using impdp
utility and who command is as follows:
IMPDP project/project DIRECTORY=e:\_workline\workspace\rfc_16012014\project_staging DUMPFILE=project_staging.dmp LOGFILE=project_staging_log.log;
But I get this error on running this command:
UDI-00014: invalid value for parameter, 'directory'
However, the value passed to the DIRECTORY
parameter is correct as in if I paste the given path in i.e. e:\_workline\workspace\rfc_16012014\project_staging
in the explorer window it will take me to the intended directory.
I hope the case of path string doesn't matter? e:\
and E:\
are the same?
Can anyone please help with this?