Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle Import Export over a network
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
![]() |
![]() |