I've seen lots of examples using network_link to remote servers, getting rid of the middle man create dump, import dump. I need to do this on the same server.
I have a production database. I have a test database. They are both on the same RAC, same servers.
I want to export the production database and put that data into the test database.
I can use expdp to dump the file on the my Linux server and then import.
What I'd like to do is use datapump network_link or some other parameter that will allow me to simply export and import all at once.
Is datapump the wrong tool?
Can this be done?