using DGMGRL to create a configuration
edited Jul 1, 2010 5:03AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 6 commentsAnswered
Hello,
I have a fresh install on two servers. I created a database on each server with dbca. It was my understanding that dgmgrl does all the work of creating the configuration. I can successfully add a primary database, but when i try to add the standby database, I get this:
DGMGRL> create configuration 'L9XDB' as primary database is 'L9XDB1' connect identifier is L9XDB1;
Configuration "L9XDB" created with primary database "L9XDB1"
DGMGRL> add database 'L9XDB2' as connect identifier is L9XDB2 maintained as physical;
Error: ORA-16831: operation disallowed on this standby database type
I have a fresh install on two servers. I created a database on each server with dbca. It was my understanding that dgmgrl does all the work of creating the configuration. I can successfully add a primary database, but when i try to add the standby database, I get this:
DGMGRL> create configuration 'L9XDB' as primary database is 'L9XDB1' connect identifier is L9XDB1;
Configuration "L9XDB" created with primary database "L9XDB1"
DGMGRL> add database 'L9XDB2' as connect identifier is L9XDB2 maintained as physical;
Error: ORA-16831: operation disallowed on this standby database type
0