Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Export of database blows Sun's 32bit file size limits
Carlo Glinetzki (cglinetz_at_pt.lu) wrote:
: Two possibilities:
: 1. Do export to tape
: 2. Do export to a named pipe and compress at the other side
: e.g.:
: mknod -p expdat
: cat expdat | compress >expdat.dmp.Z &
: exp user/passwd file=expdat
And a third (or a 2a, anyhow): if you have a second instance, you can export to a named pipe to an import process, or to an rsh'ed import process.
--
Dave Schweisguth Work: davids_at_pangeasystems.com Pangea Systems Home: dschweisguth_at_earthlink.netReceived on Fri Jul 10 1998 - 10:08:15 CDT
![]() |
![]() |