RMAN-03002 and RMAN-06004
We always have these errors in our backup log file for the first backup.
We have 10T database, we do the archive log backup on the current database and do the flashcopy to the other server (put database in begin backup mode and end backup mode), then do the cold backup on other server.
When we do the cold backup on the other server, here is the script we are using.
$RMAN target $TARGET_CONNECT_STR rcvcat $RMAN_CONNECT_STR msglog $RMAN_LOG_FILE append
RUN { ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE';
ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE';
send 'NB_ORA_POLICY=$NB_ORA_POLICY';