When I am making recover I am facing this problems
run {
allocate channel t1 type disk;
set until scn 7667628;
restore database;
recover database;
release channel t1;
}
Restoring succeed but when recovery start
starting media recovery
released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 07/01/2007 12:54:06
RMAN-06053: unable to perform media recovery because of missing log
RMAN-06025: no backup of log thread 1 seq 8 scn 7386597 found to restore
Oracle LazyDBA home page