Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Copy database to another server
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
![]() |
![]() |