Когда я хочу запустить экземпляр сервера, я получаю следующее сообщение:
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 2.1475E+10 bytes
Fixed Size 7654304 bytes
Variable Size 7381976160 bytes
Database Buffers 1.4026E+10 bytes
Redo Buffers 59453440 bytes
ORA-00205: error in identifying control file, check alert log for more info
Когда я проверяю журнал, я получаю следующее:
<msg time='2020-07-24T12:29:30.623-05:00' org_id='oracle' comp_id='rdbms'
type='UNKNOWN' level='16' host_id='li2qbdeocf01'
host_addr='10.96.143.87' pid='29605'>
<txt>ORA-00210: cannot open the specified control file
ORA-00202: control file: '+DG_REDO_02/EOC9DB/CONTROLFILE/current.262.912594295'
ORA-17503: ksfdopn:2 Failed to open file +DG_REDO_02/EOC9DB/CONTROLFILE/current.262.912594295
ORA-15001: diskgroup "DG_REDO_02" does not exist or is not mounted
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Operation not permitted
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 1000 (oinstall), current egid = 0 (root)
ORA-00210: cannot open the specified control file
ORA-00202: control file: '+DG_REDO_01/EOC9DB/CONTROLFILE/current.262.912594295'
ORA-17503: ksfdopn:2 Failed to open file +DG_REDO_01/EOC9DB/CONTROLFILE/current.262.912594295
ORA-15001: diskgroup "DG_REDO_01" does not exist or is not mounted
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Operation not permitted
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 1000 (oinstall), current egid = 0 (root)
</txt>
</msg>
Запрашивает управляющий файл, но переменная + DG_REDO_02 мне странна. Я не знаю, к чему это относится. Этот сервер работал нормально, пока не произошла неожиданная перезагрузка ОС.