Creating dumpfile locally of a remote database
Hi
we have 2 database servers server1 and server2
server1 has database "source" and server2 has database "target"
server2 tnsnames.ora has entry for "source" and we can connect to "source" db from server2
now the question is that is it possible to run expdp on server2 (expdp system/manager@source) and create a dump file of source database locally in server2?
0