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: FTP Exports

Re: FTP Exports

From: Gene Sais <Gsais_at_co.palm-beach.fl.us>
Date: Fri, 08 Feb 2002 14:00:23 -0800
Message-ID: <F001.0040ADCA.20020208135311@fatcity.com>

Another idea is to:

  1. Tail the src and tgt file tail -2 expdat.dmp EXIT EXIT
  2. ls -l src and tgt file to get file size

And compare these results, if the same then a good transfer.

Gene

>>> oracle_at_sublogic.com 02/08/02 04:25PM >>> [Bellows, Bambi]
> These things happen. The partial file remains. Best way to do it is to do
> an ls -l on the transferred file on the host node then do it in ftp (to an
> output file), compare the sizes, and if they match you're golden, and if
> they don't, retry it.

FWIW, in terms of transferring large files, I'm all about using rsync whenever possible simply because you can just keep re-running the same command until it finally transfers. rsync's site has builds for most *nix's and google on "rsync windows" will lead to the various windows builds that are out there.

HTH, James

-- 
James Manning <jmm_at_sublogic.com>
GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7  9C8E A0BF B026 EEBB F6E4
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: James Manning
  INET: oracle_at_sublogic.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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Gene Sais
  INET: Gsais_at_co.palm-beach.fl.us

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 Fri Feb 08 2002 - 16:00:23 CST

Original text of this message

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