configured one primary and two physical standby database servers
edited Oct 14, 2010 6:34PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered
HI all,
I have set up one primary server and two physical standby servers. The two physical servers are located in different locations.
I am able to swith over to the first physical database server without any problem. My problem is that, my spfile on my primary db has two entries for FAL_server and FAL_client.
On my primary server it is like below:
*.fal_client='pup2'
*.fal_server='pup2stdby'
One of the physical standby server is:
*.fal_server='pup2'
*.fal_client='pup2stdby'
please note pup2 is my primary and pup2stdby is my first physical standby.
I have set up one primary server and two physical standby servers. The two physical servers are located in different locations.
I am able to swith over to the first physical database server without any problem. My problem is that, my spfile on my primary db has two entries for FAL_server and FAL_client.
On my primary server it is like below:
*.fal_client='pup2'
*.fal_server='pup2stdby'
One of the physical standby server is:
*.fal_server='pup2'
*.fal_client='pup2stdby'
please note pup2 is my primary and pup2stdby is my first physical standby.
0