Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PLug single instance PDB into RAC CDB

Peter_L_Feb 25 2016 — edited Feb 28 2016

For testing purposes I've plugged a PDB from a single instance with ASM in a RAC CDB with ASM.

So far it was successfully, but I get a pending error message

select to_char(time,'HH24:MI DD.MM.') "time", name,cause,type,message,status from PDB_PLUG_IN_VIOLATIONS where name='PDB1' order by time desc;

time                 NAME       CAUSE      TYPE      MESSAGE                             STATUS

-------------------- ---------- ---------- --------- ----------------------------------- ---------

10:43 25.02.         PDB1       OPTION     WARNING   Database option RAC mismatch: PDB   PENDING

                                                     installed version NULL. CDB

                                                     installed version 12.1.0.2.0.

Of course this behavior is accountable, because same options in source and target cdbs has to be installed as prerequisite for migration.

However it seems to work, but there is the pending warning in PDB_PLUG_IN_VIOLATIONS with missing RAC option of source PDB target.

Is it allowed (supported) at all, to migrate a non RAC PDB into a RAC CDB?

How can I resolve the missing RAC option message?

Thanks Peter

This post has been answered by Hemant K Chitale on Feb 26 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2016
Added on Feb 25 2016
10 comments
3,002 views