Need to create 50 databases
hello,
I need to create 50 database, with the same size, the datafiles are locate at the same directory structure on different server. I can use dbca and generate the scripts, but I can't use it to create a database with a different name, because it's create a controlfile (TempControl.ctl) with the name of the database in it.
So I can use the scripts, change the SID and run it.
Here is my questions what is the best approach to be able to create my 50 databases.
I use Oracle 12c without multitenant.
Thanks