Hello,
please, i exported my Oracle 11R2 database which was on windows server 2012 with the command:
expdp useeeee/pqssss full=Y directory=dfff_DIR dumpfile=Backup_dfff.dmp logfile=fffff.log
Everything went very well.
I have to deploy the application on Oracle linux 6.8, when I apply the command:
impdp sueeeer/passsss full=Y directory=brr_dir dumpfile=BACKUP_BRUNO.DMP logfile=bloooo.log IGNORE=y;
on Oracle Linux, I have the following error:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39000: wrong dump file specification
ORA-31640: unable to open dump file "/u02/export/BACKUP_BRUNO.DMP" for reading
ORA-27037:unable to get file status
Linux Error: 2: No such file or directory
Additional information: 3
I gave chmod 777 permission on the directory mentioned on the error, but the error persists