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 -> Oracle Import Export over a network

Oracle Import Export over a network

From: Trammell Crow <kanderson_at_kineticgroup.com>
Date: Wed, 7 Oct 1998 15:13:49 -0500
Message-ID: <6vghv3$7l8$1@news.onramp.net>


Has anyone exported to a remote tape device and then imported from a remote tape device?

I have tried using the following to no avail.

local machine: export
mknod exp_pipe p
dd if=exp_pipe | rsh <remote mach> dd of=/dev/rmt0.1 & exp u/p file=exp_pipe etc......

local machine: import
mknod imp_pipe p
rsh <remote mach> dd=/dev/rmt0.1 | dd of=imp_pipe & imp u/p file=imp_pipe etc.....

The export works ok.

The import goes to the question of buffer size and hangs.

Any ideas?

Thanks,

Kirk Anderson Received on Wed Oct 07 1998 - 15:13:49 CDT

Original text of this message

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