Error:-
While the RMAN Active Duplicate is initiated, the rman job failed with the below errors,
RMAN-03009: failure of backup command on C1 channel
ORA-17628: Oracle error 19505 returned by remote Oracle server continuing other job steps, job failed will not be re-run
Solution:
Observed that db_file_name_convert was not set correctly, as a result it was unable to restore datafiles to that location mentioned. Had to shut down the instance, correct the parameters (db_file_name_convert & log_file_name_convert) and re-initiated the active duplicate.
Recent Posts