impdp in RAC : can not specify dump file in node 1
818138Nov 23 2010 — edited May 12 2011I have oracle cluster RAC in 2 nodes : rac1, rac2.
I have created directory in 2 nodes, and copied file dump to directory of rac1.
When i run impdp from rac1, the impdp did not use file dump in rac1, it found file dump in rac2, so it thrown error : ORA-39000: bad dump file specification
ORA-31640: unable to open dump file "/u01/datapump/aa.DMP" for read
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory.
I must copied file dump to rac2, the impdp run normally.
What the master with cluster RAC, how to config RAC so the impdp read file dump in login node.