Production Environment: 1 set of HA Oracle Analytics Server
DR Environment: 1 set of HA Oracle Analytics Server
Data Guard on sync the Production Database to DR Database. So RCU schema(example prefix=OAS) will be show in both Database.
As I know schema will store some data like scheduler, DV, catalog. So, that i must sync the Prod RCU schema to DR RCU schema. from this i have to use same set of schema prefix so that they able to sync using Data Guard. (Correct me if i understand wrong)
In DR database I need to drop OAS RCU first and recreate same name prefix so that i able to create domain. If not will had the error the schema had been used. Due to Data Guard restore point.
Also, i try to copy whole production domain to DR server. It able to start but component obis and obisch was failed to start.
It there any other way to setup? Or my plan way is incorrect?
Thanks.