|
| Total Answers and Comments: 3 |
Last Update: March 16, 2009 Asked by: Ed |
|
| | |
|
Submitted by: Mohammed Abdul Afroze
If an Oracle Database has been crashed we can recover the database with SCN. For every commit transaction the SCN will generate.
Sql>Alter database recover automatic using backup controlfile until SCN;
Above answer was rated as good by the following members: billablaze, amanx | Go To Top
|