Send PDB between hosts
Oracle Database 19.21.0.0.0
My scenario is:
I did a restore of my prod source pdb on production side and make some scrumble and compact of it. Now want to create script which sends it to several nonprod destinations which are on different (nonprod) locations.
Due to security reasons I have only one way connection from prod to nonprod. As far as I understand I cannot use dbca relocatepdb because it connect from destination side to source .
Any idea/hints how to do such an operation in possible fast and easy way ?