How to create a Database with a custom DB_DOMAIN, if DNS domain contains "-" which will cause the DB
Good evening,
we are currently running a PoC with a customer on ODA X6-2 HA 18.5.0.0.0 BM with DCS stack.
The customer's internal DNS domain name contains a dash ("-"), e.g. swiss-as.com (just an example). Manually created databases would be setup without the "-" for the db_domain, e.g. swissas.com
As the odacli uses the DNS domain name of the ODA per default to create the database with DB_DOMAIN = DNS domain, the database creation will fails as "-" is not a valid character for the DB_DOMAIN.
How can we create a database with a custom DB_DOMAIN with either the web-gui or odacli? I did not find an option to specify this.