Error: ORA-01031: insufficient privileges on DGMGRL
I have two primary MYSAPPRMY and standby MASAPSTBY database
I would like to use Oracal Data Guard
DGMGRL> connect sys@mysapprmy
Password:
Connected.
DGMGRL> create configuration 'standby_config' as primary database is 'MYSAPPRMY' connect identifier is 'MYSAPPRMY';
DGMGRL>
DGMGRL> add database mysapstby as connect identifier is mysapstby maintained as physical;
Error: ORA-01031: insufficient privileges
DGMGRL> show configuration;
Configuration - standby_config
Protection Mode: MaxPerformance
Databases:
MYSAPPRMY - Primary database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
Regards!
Hine