Data Gurad operational issue
edited Oct 13, 2009 3:20PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 2 commentsAnswered
I have configured a logical standby for testing. It is my understanding from Oracle documentation that a logical standby is open for read/write. However, when I try to create a new user on standby, I got an error that database guard is active. Any operation on standby database always generates "database guard is active" error. I have to do alter session disable guard to be able to do anything.
a) How come the standby is open for read/write if the database guard is active and prevents any changes to standby?
b) What happens if I disable database guard at database level? Will SQL apply still manage standby objects?
a) How come the standby is open for read/write if the database guard is active and prevents any changes to standby?
b) What happens if I disable database guard at database level? Will SQL apply still manage standby objects?
0