Home » Server Options » RAC & Failsafe » RAC recovery
RAC recovery [message #127373] Mon, 11 July 2005 07:41 Go to next message
sfsheehan
Messages: 3
Registered: July 2005
Location: Austin
Junior Member
I'm new to RAC - what are the steps to recover a RAC installation? Thanks for any help.
Re: RAC recovery [message #127387 is a reply to message #127373] Mon, 11 July 2005 08:34 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Do you mean "recover a RAC database"?

Answer is the same as a singe instance database. The only difference is that the recovery process might ask for archived logs from all the instances.

SQL> STARTUP MOUNT
ORACLE instance started.

Total System Global Area  289406976 bytes
Fixed Size                  1301536 bytes
Variable Size             262677472 bytes
Database Buffers           25165824 bytes
Redo Buffers                 262144 bytes
Database mounted.
SQL>

SQL> RECOVER DATABASE;
ORA-00283: recovery session canceled due to errors
ORA-00264: no recovery required

SQL> ALTER DATABASE OPEN;

Database altered.


Best regards.

Frank
Previous Topic: rac on ocfs about gsd
Next Topic: Refresh RAC database
Goto Forum:
  


Current Time: Thu Mar 28 15:30:47 CDT 2024