From: as1543@hotmail.com (DBA)
Newsgroups: comp.databases.oracle.server
Subject: RMAN duplicate from machine_A to machine_B
Date: 8 Aug 2001 12:08:56 -0700
Organization: http://groups.google.com/
Lines: 25
Message-ID: <67932b2c.0108081108.772853b4@posting.google.com>
NNTP-Posting-Host: 192.229.37.70
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 997297737 3082 127.0.0.1 (8 Aug 2001 19:08:57 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 8 Aug 2001 19:08:57 GMT


I tried to dup a test database on host A, and while I was looking for
new datfiles to be created on host B, RMAN was trying to overwrite my
production datafiles.
Obviously, I'm doing something very wrong.

In Oracle Note:73974.1, it has this section:
3.0 Make the Backups Available to Host B
----------------------------------------

3.1 Disk Backups
During restore, RMAN will expect the backup sets to be located in the
same
directory as written to during the backup. For disk backups, the DBA
can
accomplish this in many ways:

   - set up an NFS directory, mounted on both host A and host B
   - create the same directory structure on host A and host B
   - use of symbolic links on host B
--------
What does this mean?  The backup set is in that directory.  But how do
the datafiles get to host B?  I'm using the example in the manual. 
Has anyone accomplished this?

thanks in advance

