Incomplete recovery until Sequence [message #285513] |
Tue, 04 December 2007 23:24 |
vivacious
Messages: 5 Registered: December 2007
|
Junior Member |
|
|
Hi Friends,
While going thru RMAN incomplete recovery I came a/c Incomplete recovery until Sequence;if I am not wrong this is same as Incomplete recovery until SCN,the example given in the book is quoted below:
RMAN> RUN {
2> SET UNTIL SEQUENCE 120 THREAD 1;
3> ALTER DATABASE MOUNT;
4> RESTORE DATABASE;
5> RECOVER DATABASE; # recovers through log 119
6> ALTER DATABASE OPEN RESESTLOGS;
7> }
In this example does sequence 120 stand for the SCN 120?What dos thread 1 signify?
Thanks in advance!!!
|
|
|
|
|
|