O comando no RMAN retorna os seguintes erros:
RMAN retention policy will be applied to the command
RMAN retention policy is set to redundancy 1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 09/05/2006 17:26:51
RMAN-12001: could not open channel ORA_DISK_1
RMAN-10008: could not create channel context
RMAN-10003: unable to connect to target database
ORA-01017: invalid username/password; logon denied
Esse problema também pode ocorrer depois de modificar, alterando ou adicionando parametros persistentes que são utilizados para fazer a conexão com o banco de dados alvo.
Solução
~~~~~~~~~
1) Altere a configuração para o valor correto:
exemplo:
RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK CLEAR;
se o problema for senha:
RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK connect ‘<username/password>’;
2) Reexecute a operação que falhou.