ORA-16627 in dgmgrl when convert the protection mode to MaxAvailability
Hi,
I configured my data guard broker properties in my database version 18.8 as below , also standby redo log configured.
LogXptMode = 'SYNC'
RedoRoutes = '(pridb:stbydb sync)'
but when I tried to change the protection from Maxperformance to MaxAvailability, the below error prompt.
ORA-16627: operation disallowed since no member would remain to support protection mode
Is there anything I miss out?
Thanks