Disclaimer

Wednesday, 22 September 2021

ORA-01105 and ORA-01677 - while Starting up RAC database instance

1) I changed DG related parameters by given scope=spfile in 2 node RAC env

2) Stopped instance on node 1

3) DB was running on instance 2

4) Tried to start database on instance 1 so I got below error

ORA-01105: mount is incompatible with mounts by other instances

ORA-01677: standby file name conversion parameters differ from other instance



Solution:- 

Stop the both instances and start 

No comments:

Post a Comment

Index rebuild online in Oracle - shell script

  [oracle@rac10p reorg]$ cat index_rebuild_EMP.sh #!/bin/ksh export ORACLE_HOME=/oracle/K12/19 export ORACLE_SID=K12 export PATH=$PATH:/$ORA...