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/migration advice

Re: Export/migration advice

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 12 May 1999 17:34:22 -0500
Message-ID: <7hcvle$lgn$1@garnet.tc.umn.edu>


maybe you could chop up the export file with a shell script.

Compress the export and pipe it to split to create 1 gig files.

 cat ${ExpPipe} | compress -v | split -b 1025m - ${ExpFile} &    #

Plus I have a script "ugly_DDL" that extracts the DDL using Oracle exp/imp and awk at URL: http://www.tc.umn.edu/~hause011 --



Steven Hauser
email: hause011@tc.umn.edu URL: http://www.tc.umn.edu/~hause011
Received on Wed May 12 1999 - 17:34:22 CDT

Original text of this message

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