Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Exporting thru a pipe
>
> I know someone had the script because I've read it here, but at the
time it
> was on little interest since an export did not take that much space. Well
times
this is from Metalink:
If you have calculated the size of the file your export will produce and it is too large to fit onto disk, you may want to consider producing a compressed export file as an alternative to exporting directly to tape.
Please note, this method should be thoroughly tested before being implemented.
os> mknod /tmp/exp_pipe p 2. Start compress in the background reading in from the named pipe, writing out to 'export.dmp.Z' : os> compress < /tmp/exp_pipe > export.dmp.Z & 3. Start the export, specifying the named pipe as the output file : os> exp file=/tmp/exp_pipe <other options> ==============================
hth,
Marin
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Marin Dimitrov INET: marin.dimitrov_at_sirma.bg Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jan 10 2002 - 16:21:30 CST