12.1.0.2 RAC database issue starting service in physical standby database
Hello All,
I have below architecture
Primary DB - bahs
Instances bahs1 and bahs2
Physical Standby DB - bahr
Instances bahr1 and bahr2
Requirement : To create services dbprimary and dbstdby with the roles PRIMARY and PHYSICAL_STANDBY and start the services respectively.
Followed below steps to create the services
On Primary Node :
srvctl add service -database bahs -s dbprimary -preferred bahs1,bahs2 -role PRIMARY -failovertype NONE -failovermethod NONE -failoverdelay 0 -failoverretry 0 -verbose
srvctl add service -database bahs -s dbstdby -preferred bahs1,bahs2 -role PHYSICAL_STANDBY -failovertype NONE -failovermethod NONE -failoverdelay 0 -failoverretry 0 -verbose
On Standby Node :
srvctl add service -database bahr -s