Monday 14 June 2010

RMAN : Simple restore of archive log to default location


$ORACLE_HOME/bin/rman nocatalog
connect target dba_cron/password

run {
ALLOCATE CHANNEL c1 DEVICE TYPE DISK;
restore archivelog sequence 214629;
restore archivelog sequence 214630;
}

0 comments: