Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-03002 and RMAN-06004

edited May 15, 2014 11:56AM in Database Backup and Recovery (MOSC) 9 commentsAnswered

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';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center