It is possible to convert a Dataguard Configuration in 12c from nonCDB to CDB ?
Suppose you have to migrate a Dataguard configuration ( Primary + one physical standby) from 11gR2 to 12cR1 and you choose Transient Logical Standby to do this. Once both databases are migrated and in version 12c, they are nonCDB databases. The obvious way would be convert primary by method explained in doc ( generate XML and CREATE PLUGGABLE command) and then, recreate physical standby (what provoques the lost of old standby). But, is there any way to convert both primary and standby to CDB without recreating standby ?