I have a dump file without log file,I have no idea what the expdp schema users are,so editing a parfile like below:
directory=my directory
remap_schema=rx:tbs
table_exist_action=replace
My problem is that the user "rx" is not exist,IMPDP by the way above, Whether or not IMPDP load all objects properly to database
you don't need a log file
it is unclear whether you got that parameter file, or did you write it yourself
rxuser?rxuser - it looks as if dumpfile contains objects that belong(ed) to that usertbsuser (created in the target database). Why? Because of theremap_schemaparameter. Certainly, you don't have to import intotbs; create any other user and fix the parameter filethat's it, then; import the dumpfile as e.g.