Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: SPLIT EXPORT file .. how to unsplit?

RE: SPLIT EXPORT file .. how to unsplit?

From: Janardhana Babu <jbdonga_at_ucdavis.edu>
Date: Thu, 18 Jan 2001 12:20:30 -0800
Message-Id: <10745.127072@fatcity.com>


Use this:

Cat ${IMP_FILE}a? | uncompress -c - > $PIPE &

-----Original Message-----
From: bruce.taneja_at_mcd.com [mailto:bruce.taneja_at_mcd.com] Sent: Thursday, January 18, 2001 10:20 AM To: Multiple recipients of list ORACLE-L Subject: SPLIT EXPORT file .. how to unsplit?

I used the split command to split up my export file. . does some one have a reverse split script so I can do an import..

Actually I combined the compress and split (uughh).. database was too large..

thanks! Bruce

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: bruce.taneja_at_mcd.com

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 18 2001 - 14:20:30 CST

Original text of this message

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