Getting Datapump export import to work
Please I am a newbie to Oracle and I trying to learn how to use datapump.
My environment
-Oracle 19C on Windows Server 2019
-One CDB and Instance Installed and running
My ambition
I want to take a PDB from one multi tenant production server and place it into another multi tenant production server. I will then point the application to the new server\database. My thought is to use datapump export import for this task
What I am doing
I built an Oracle database in a test environment and I want to try and use datapump to export a PDB and import it back into the same CDB with a different name. I am hoping this practice will help when I do this in production