If you don't have Oracle Enterprise edition, database duplication via
RMAN is not possible as only one channel can be allocated at a time. If
you do have Oracle Enterprise edition, you'll need to send your NSR
arguments.
connect target sys/*** < at > targetDB
connect rcvcat rman01/rman01 < at > rman
connect auxiliary sys/*** < at > newduplication
run {
allocate channel c1 type 'SBT_TAPE'
send 'NSR_ENV=(NSR_SERVER=$NWSERVER,NSR_DATA_VOLUME_POOL=$POOL)';
duplicate target database to newdupliation;
release ch1;
}
--Shannon Ward
-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER < at > LISTSERV.TEMPLE.EDU]
On Behalf Of darings
Sent: Wednesday, April 06, 2005 12:28 AM
To: NETWORKER < at > LISTSERV.TEMPLE.EDU
Subject: [Networker] Did you use auxiliary database for recovr ?
