Hello Everyone
I am getting following error ORA-00214: control file at STARTUP MOUNT. How this issue can be solved ? Any help will be highly appreciated
SQL> startup mount
ORACLE instance started.
Total System Global Area 830930944 bytes
Fixed Size 2217912 bytes
Variable Size 662702152 bytes
Database Buffers 163577856 bytes
Redo Buffers 2433024 bytes
ORA-00214: control file '+FRA/orcl/controlfile/current.256.900507157' version
16677 inconsistent with file '+DATA/orcl/controlfile/current.262.900507157'
version 16673

I tried following as well but could not solve
SQL> shutdown immediate
SQL> alter database mount;
Any help will be highly appreciated.