Database Utilities (MOSC)

MOSC Banner

How can dbca create standby RAC database with different DB_UNIQUE_NAME ?

I'm want to migrate a 19c RAC database from one datacenter to another, and I've read that in oracle DB 19c dbca is able to create a RAC standby database.

I tried this:

https://dev.to/project42/create-rac-standby-database-using-dbca-19c-version-1m8m

And when I created the standby with the same -dbUniqueName everything was fine, however after I deleted the standby DB and tried to create it with different dbUniqueName, I got the following error:

dbca -silent -createDuplicateDB -gdbName teszt -sid teszt -initParams db_create_file_dest=+DATA,db_recovery_file_dest=+FRA -primaryDBConnectionString racnode1:1521/teszt -sysPassword "123qweASD" -createAsStandby -adminManaged -databaseConfigType RAC -nodelist racnode2-1,racnode2-2 -dbUniqueName standby

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center