Create export on remote server using datapump
Troy84Jun 6 2013 — edited Jun 7 2013Using the exp utility you can create a local export dmp from a remote database via sql*net. Is there any way to configure datapump to do the same?
I am in the situation where another team of centralized DBAs support the Oracle server software and hardware and I don't have direct access to the server. I still need the ability to migrate tables & data between schemas (dev/test/qa databases) without having to wait for that team, and currently use exp/imp to do that. With exp/imp being deprecated I am wondering what my next option would be if I can't use datapump.