Total System Global Area 4949277288 bytes
Fixed Size 9144936 bytes
Variable Size 956301312 bytes
Database Buffers 3976200192 bytes
Redo Buffers 7630848 bytes
ORA-00214: control file '+DATA/ORCLCDB/CONTROLFILE/current.261.1089511797' version 10288 inconsistent with file '+DATA/ORCLCDB/CONTROLFILE/current.309.1094080823' version 10274
Total System Global Area 4949277288 bytes
Fixed Size 9144936 bytes
Variable Size 956301312 bytes
Database Buffers 3976200192 bytes
Redo Buffers 7630848 bytes
SQL> show parameter control
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_file_record_keep_time integer 7
control_files string +DATA/ORCLCDB/CONTROLFILE/curr
ent.261.1089511797, +FRA/ORCLC
DB/CONTROLFILE/current.256.108
9511797, +DATA/ORCLCDB/CONTROL
FILE/current.309.1094080823
control_management_pack_access string DIAGNOSTIC+TUNING
SQL> alter system set control_files='+DATA/ORCLCDB/CONTROLFILE/current.261.1089511797','+FRA/ORCLCDB/CONTROLFILE/current.256.1089511797' scope=spfile sid='*';
System altered.
SQL> shutdown immediate
ORA-01507: database not mounted
Total System Global Area 4949277288 bytes
Fixed Size 9144936 bytes
Variable Size 956301312 bytes
Database Buffers 3976200192 bytes
Redo Buffers 7630848 bytes
Database mounted.
Database opened.
SQL> show parameter control
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_file_record_keep_time integer 7
control_files string +DATA/ORCLCDB/CONTROLFILE/curr
ent.261.1089511797, +FRA/ORCLC
DB/CONTROLFILE/current.256.108
9511797
control_management_pack_access string DIAGNOSTIC+TUNING