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: Export of database blows Sun's 32bit file size limits

Re: Export of database blows Sun's 32bit file size limits

From: Carlo Glinetzki <cglinetz_at_pt.lu>
Date: Wed, 08 Jul 1998 22:17:18 GMT
Message-ID: <35a3eeab.2602817@news.pt.lu>


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

Hope it helps

On Wed, 08 Jul 1998 14:04:22 GMT, Markz_at_starnet.lenfest.com wrote:

>We are trying to export a database that exceeds the size of Sun's max
>file size. Any suggestions ?
>MarK Z, 6b, rhymingly
Received on Wed Jul 08 1998 - 17:17:18 CDT

Original text of this message

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