Hi,
I'm trying to import a dmp file in oracle 11g.
I wrote the following command
impdp parlamento2018/scout1@ORCL directory=C:\Users\OracleUser\Desktop dumpfile=OA_HERE_MAPS.dmp
but the sqlplus return me the these errors:
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-39087: directory name C:\USERS\ORACLEUSER\DESKTOP is invalid
Thanks