Problems using Oracle impdp
The export files were created on the Solaris server and are sent by ftp to the Linux server and an import is attempted from there. The export created 6 export files. The following impdp script was run;
Impdp system/*******@bmdatabase
Schems=”p****l, per****10” directory=data_pump_pump_directory
Dumpfile=bmdatabase_3_schemas_%U.dmp
Logfile= bmdatabase_3_schemas.log
The import fails giving the following errors;
UDI-01017: operation generated ORACLE error 1017
ORA-01017: invalid username/password; logon denied