datapump ( exdp/impdp ) with network_link option
Hello,
I am trying to establish process of exporting data from one database and importing to another one as parallel coordinated processes.
Process would be initiated on Unix client machine that would have access to two Unix databases through database link from source database1 to destination database2.
Is it possible to use expdp and imdp on client as double of two parallel processes that use network_link option with database link as argument value without the needed oracle directory?
Since Oracle directory is intermediate space for dmp files which would not be needed in this case ( functionality of of FIFO piping but implemented with network_link solution )?