friends I've tried to import data from oracle using command line by following command:
expdp hr/Password1 DIRECTORY=dmpdir DUMPFILE=hr.dump
i got the dump file but problem is it is not in readable form!and also i've try to export to another schema using
C:\Users\thiyagarajan_a>impdp schema1/Password1 DIRECTORY=dmpdir DUMPFILE=scott.
dmp
data didn't get exported!
can anyone explain me what is exactly going on here!