primary : 
执行备份:
si> rman target /
rman>run{allocat channel ch1 type disk;
backup full format='/ora/backup/backup_%s_%p' database include current controlfile for standby plus archivelog delete input;
}release channel ch1;生成备份文件:
backup_1212_1  
backup_1213_1  
backup_1214_1  
backup_1215_1
将备份文件拷贝到STANDBY 对应的目录下:
abn> rman target /
RMAN>  restore controlfile from  'ora/backup/backup_1214_1';
Starting restore at 28-FEB-13
using target database controlfile instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=15 devtype=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 02/28/2013 16:34:28
RMAN-06172: no autobackup found or specified handle is not a valid copy or piece