rman's configuration
415008Oct 7 2005 — edited Oct 9 2005druing configuring RMAN i got the following error ;
RMAN> configure channel device type disk format
2> 'd:\oracle\rman_bp\%d_%s_%p';
new RMAN configuration parameters:
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'd:\oracle\rman_bp\%d_%s_%p';
new RMAN configuration parameters are successfully stored
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 10/07/2005 01:26:09
RMAN-12005: error during channel cleanup
RMAN-12004: unhandled exception during command execution on channel default
RMAN-10035: exception raised in RPC: ORA-19550: cannot use backup/restore functi
ons while using dispatcher
RMAN-10031: ORA-19550 occurred during call to DBMS_BACKUP_RESTORE.CFILEUSECURREN
T
RMAN-03008: error while performing automatic resync of recovery catalog
RMAN-12004: unhandled exception during command execution on channel default
RMAN-10035: exception raised in RPC: ORA-19550: cannot use backup/restore functi
ons while using dispatcher
RMAN-10031: ORA-19550 occurred during call to DBMS_BACKUP_RESTORE.CFILEMAKEANDUS
ESNAPSHOT
Could you help me solving this problem ? I would be thankfull for any help.
I'm using oracle9i server and recovery catalog as a repository.