DBCA create database with DB_NAME != DB_UNIQUE_NAME?
Using 18c DBCA in GUI mode to create a new RAC database that will eventually be the primary in a Data Guard configuration. The DB_NAME is TSTP in both databases and the DB_UNIQUE_NAME would be TSTP1 for the primary database and TSTP2 for the standby database. This is not as simple to create as I thought it would be.
In DBCA GUI, creating a database from a template, set the Global DB Name = TSTP, SID Prefix = TSTP1 and then edited DB_UNIQUE_NAME in the Advanced Parameters to TSTP1. The resultant database had two RAC nodes of TSTP11 and TSTP12 as expected, but a query on v$database showed that both the name and db_unique_name were TSTP. DBCA ignored the DB_UNIQUE_NAME setting.