Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-06023:"no backup or copy of datafile found to restore" but AUTOBACKUP is ON for controlfile at

edited Jun 8, 2010 5:26AM in Database Backup and Recovery (MOSC) 9 commentsAnswered
 Hi any expert here: I need your advice on RMAN restore becaue mine constantly failed.

Restore: from one server to another, OS structure different.

Time: use Sunday night (May 30th)level zero backup; backup duration is 22:30(May 30 2010)  - 01:40 (May 31 2010)

The source DB backup commands is -

run {

configure controlfile autobackup on;

configure controlfile autobackup format for device type disk to '/orabackup2/Path_A/rman.ctl%F';

allocate channel cd1 type disk;

allocate channel cd2 type disk;

set limit channel cd1 kbytes 2097150;

set limit channel cd2 kbytes 2097150;

backup incremental level 0 format '/orabackup2/Path_A/RMAN/%d.rman.dbf_%t_%s_%p

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