Hello,
I have a OL 11gR2 ASM instance (11.2.0.4) that I want to do a full database logical export/import using expdp/impdp to a remote (new physical server) OL 12c (12.1.0.2) ASM instance. I will be doing the full db export on the 11g db instance using VERSION=12 clause and then using the 12c impdp utility to import the database.
Both instances have 3 disk groups but with different names. My question is about the ASM diskgroups.
How does Oracle do the import regarding the ASM diskgroups - does it drop the existing ASM diskgroups and create new ones?
I realize this is a logical export/import but do I have to do any manual configuration on the target 12c database before I
do the import using 12c impdp?
Thank you for your assistance in this matter.