Sir/Mam,
I have configured HADR setup successfully, but in standby database i am unable to access database tables.
Error:
SQL1776N The command cannot be issued on an HADR standby database. Reason code = '1'
After referring to DB2 9.5 information center, I got :
1.The command is not supported on an HADR standby database.
2.Connection requests are not allowed while a database is switching from primary to standby.
3.The MIGRATE DATABASE command is not supported on an HADR standby database.
Pls suggest..how could i issue Migrate command in primary or resolve that problem??