Migrating a Standalone to a Primary - how to patch the Standby afterwards?
Hi all,
I need to migrate a Standalone database system to a Data Guard environment. The Standalone database already exists and was patched to release/version 19.21. To migrate this database to a Primary database seems not to be that complicated: I plan to add some parameters (e.g. DB_UNIQUE_NAME, FAL_SERVER, DB_FILE_NAME_CONVERT etc.) to the INIT.ORA file and start the database with this INIT file. Afterwards I will create the Standby database with the RMAN command "duplicate target database for standby backup location '/…/…/…' nofilenamecheck;" Of course do I need to prepare the LISTENER on both hosts before. This is the method I used