oraclebase / vagrant

Vagrant Builds
https://oracle-base.com/
GNU General Public License v3.0
190 stars 167 forks source link

Question - Dataguard #33

Open foxescross opened 1 year ago

foxescross commented 1 year ago

Thank you Tim for the excellent work put into developing the ol8-19-rac article.

I was wondering what changes I would need to make if I wanted to spin up a second RAC cluster on the same machine to configure the cluster with a physical standby database. Possibly straight forward, likely not.

Thanks in advance.

oraclebase commented 1 year ago

Hi.

I've never tried this (I don't have a high enough spec PC), but I would expect to do the following.

There are two basic approaches. Add two extra nodes into the existing cluster definition, or just copy the existing definition and make a completely separate cluster. I think the second is the simpler, so that's what I'll describe here.

C:\git\oraclebase\vagrant\rac\ol8_19\ C:\git\oraclebase\vagrant\rac\ol8_19b\

Once you've got the second cluster running OK, you can then destroy the database and use that setup to configure the RAC DG setup you want.

Like I said, I've never done this, so I don't know exactly what issues you will encounter...

Cheers

Tim...