Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

disk based rman backup won't clone, gives RMAN-05556 and several RMAN-06100s

6StringFeb 6 2015 — edited Feb 7 2015

Hello, RHEL 5, RMAN 12.1

Backed up DB db1 on host a1 to network drive /ora/network

executed rman

   crosscheck backup of database;

and

   crosscheck archivelog all;

logged into host b1 and started NOMOUNT instance db2.

RAN RMAN COMMANDS EXECUTED AS FOLLOWS:

connect target sys/XXX@a1;

connect auxiliary /;

connect catalog rman12_dev/xxx@rman_catdb;

run

{

allocate auxiliary channel v2xd1 device type disk to destination '/ora/transfer/global/db1/ch1';

allocate auxiliary channel v2xd2 device type disk to destination '/ora/transfer/global/db1/ch2';

allocate auxiliary channel v2xd3 device type disk to destination '/ora/transfer/global/db1/ch3';

allocate auxiliary channel v2xd4 device type disk to destination '/ora/transfer/global/db1/ch4';

allocate auxiliary channel v2xd5 device type disk to destination '/ora/transfer/global/db1/ch5';

       duplicate database 'db1' dbid 1553253478 to 'db2'

        until scn 8450632469184

       db_file_name_convert = ('/ora/data01/db1', '/ora/data01/db2',

'/ora/arch01/flash_recovery_area/db1', '/ora/arch01/flash_recovery_area/db2')

logfile

group 1 ('/ora/data01/db2/redo01a.log', '/ora/arch01/fast_recovery_area/db2/redo01b.log') size 50M,

group 2 ('/ora/data01/db2/redo02a.log', '/ora/arch01/fast_recovery_area/db2/redo02b.log') size 50M,

group 1 ('/ora/data01/db2/redo03a.log', '/ora/arch01/fast_recovery_area/db2/redo03b.log') size 50M reuse;

    }


OUTPUT WAS AS FOLLOWS:

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

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

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

RMAN-03002: failure of Duplicate Db command at 02/06/2015 14:44:45

RMAN-05501: aborting duplication of target database

RMAN-05556: not all datafiles have backups that can be recovered to SCN 8450632469184

RMAN-03015: error occurred in stored script Memory Script

RMAN-06026: some targets not found - aborting restore

RMAN-06100: no channel to restore a backup or copy of datafile 8

RMAN-06100: no channel to restore a backup or copy of datafile 7

RMAN-06100: no channel to restore a backup or copy of datafile 6

RMAN-06100: no channel to restore a backup or copy of datafile 5

RMAN-06100: no channel to restore a backup or copy of datafile 4

RMAN-06100: no channel to restore a backup or copy of datafile 3

RMAN-06100: no channel to restore a backup or copy of datafile 2

RMAN-06100: no channel to restore a backup or copy of datafile 1

What am I doing wrong?  Cannot, cannot figure it out.  Your time is appreciated.

Thanks,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2015
Added on Feb 6 2015
5 comments
1,287 views