Getting error while start the database on standby site
[oracle@racdr1 ~]$ srvctl start database -d RAC_STBY
PRCR-1079 : Failed to start resource ora.rac_stby.db
CRS-2674: Start of 'ora.rac_stby.db' on 'racdr1' failed
CRS-2632: There are no more servers to try to place resource 'ora.rac_stby.db' on that would satisfy its placement policy
[oracle@racdr1 ~]$
Make sure that you are starting the database with correct name in my case it worked with
srvctl start database -d rac_stby
No comments:
Post a Comment