Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rman backup to disk

Re: Rman backup to disk

From: Steven Patenaude <spatenau_at_gmail.com>
Date: Tue, 11 Jan 2005 12:15:38 -0600
Message-ID: <10644b9e050111101539fd6f89@mail.gmail.com>


On Tue, 11 Jan 2005 12:45:22 -0500, Rick Stephenson <RStephenson_at_ovid.com> wrote:
> Environment:
>
> Oracle EE 9.2.0.3
>
> Server 1: Rman catalog, locally attached disk space
>
> Server 2: Production database
>
> Is there a way to have RMAN backup the production database on server 2 to
> the local disk on Server 1?
>
> Currently, when I backup the production database to disk, I can only get it
> to backup to local disk where the target database resides.
>
> In this case, it will backup the production database to server 2.
>
> I know one of the options would be to NFS mount the disk space from server 1
> to server 2, but curious if there is another way?

An interesting idea; basically you'd like to stream the backup data over sqlnet. Unfortunately it looks like you are going to have to do the "trickery" at the OS level. Here is what the 9.2 rman docs have to say about "allocate channel":
To manually allocate a channel, which is a connection between RMAN and a database instance. Each connection initiates an Oracle server session on the target or auxiliary instance: this server session performs the work of backing up, restoring, or recovering backup sets and copies.

That seems to pretty clearly say that the actual writing of data to disk (or whatever media is defined) is done by a server process, which will be local. I don't know all of the options available at the OS level, but it seems to me you will need to do something like NFS or some other way of mounting server 1's local disk on server 2.

If someone does know how to do this at the RMAN level I'd be interested as well.

Steven

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 11 2005 - 12:21:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US