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

Home -> Community -> Usenet -> c.d.o.server -> Re: Copy database to another server

Re: Copy database to another server

From: Robert Cordingley <cord_at_ragesoft.com>
Date: 1997/10/31
Message-ID: <345c36fb.5571179@news>#1/1

create a named pipe on each system.
connect the named pipes with shell commands ( dd <inpipe | rsh targsystem dd >outpipe or something like that )
export to the pipe on the source machine import from the pipe on the target machine

It wastes no disk space at all, but it'll use a significant amount of net bandwidth. 8)

Robert

On 30 Oct 1997 16:39:58 +0100, Thor-Ivar Skofsrud <tis_at_opus.nextel.no> wrote:

>Hello
>
>What is the safest and fastest way to copy a database from one
>server to another? Both servers are running Oracle Enterprise
>Server 7.3.3 on Sun Solaris. The datafiles uses approx. 2.5 GB
>of diskspace.
>
>---
>Regards
>Thor-Ivar Skofsrud
>Telenor Nextel AS
Received on Fri Oct 31 1997 - 00:00:00 CST

Original text of this message

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