To: Eygle
I am reading one of your rman recovery article, in which you had an example as
RMAN> run {
2> backup database
3> format '/opt/oracle/orabak/full%d_%T_%s'
4> plus archivelog
5> format '/opt/oracle/orabak/arch_%d_%T_%s'
6> delete all input; }
This will create database set file starting with full_ and archivelog file starting with arch_.My question is that what good of this with different name? any purpose, benefit for recovery? especially I just want to do "restore database".
From: Chi 2007.05.10 02:51
|