RMAN> show all;RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\backup\ctl_%d_%s_%F';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of show command at 10/27/2009 09:23:54
RMAN-12010: automatic channel allocation initialization failed
RMAN-12013: multiple records for DISK channel 1 found in catalog
这个重复定义如何清除呢,我重新设置了DISK channel 1,好像以前设置的都还在啊,如何能把以前设置的清除呢?RMAN>  configure channel 1 device type disk format 'C:\backup/backup1_%d_%s_%p_%t';old RMAN configuration parameters:
CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT'C:\backup/backup_%d_%s_%p_%t';//
old RMAN configuration parameters:
CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT'C:\backup/backup1_%d_%s_%p_%t';//
new RMAN configuration parameters:
CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT'C:\backup/backup1_%d_%s_%p_%t';//这个第一个备份路径不一样
new RMAN configuration parameters are successfully stored