Database Backup and Recovery (MOSC)

MOSC Banner

Convert RMAN backup from tape to disk

Hi all,

I'm doing modification for RMAN prod backup db.

Every 2 days for Full backup at 6PM and

every 4 hours cycle for archivelog backup.

Now, having an issue with archivelog backup not found

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03009: failure of backup command on d1 channel at 08/19/2021 13:38:39

ORA-19505: failed to identify file "/arch01/DBNAME/arch/log_DBNAME_1_418595.arc"

ORA-27037: unable to obtain file status

HP-UX Error: 2: No such file or directory

Additional information: 3

Archivelog bkp script :

connect target /

run {

  allocate channel d1 device type disk format '/odsarchlog/orabackup/dbname/arch_dbname_%U';

  sql 'alter system archive log current';

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