Database - RAC/Scalability (MOSC)

MOSC Banner

12.1.0.2 RAC database issue starting service in physical standby database

edited Jan 10, 2019 4:34AM in Database - RAC/Scalability (MOSC) 9 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center