From oracle-l-bounce@freelists.org Wed Mar 16 16:18:38 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j2GMIcSB004312 for ; Wed, 16 Mar 2005 16:18:38 -0600 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j2GMIcem004308 for ; Wed, 16 Mar 2005 16:18:38 -0600 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 81590870B0; Wed, 16 Mar 2005 16:16:57 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30770-04; Wed, 16 Mar 2005 16:16:57 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 07A38871C4; Wed, 16 Mar 2005 16:16:56 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EaId3kDpCy5vlTH+W09njDA85I3qnESnYxYos3W9DdVd9mpzdu9bIZQFfwG5IaOh/i0osyf7ehyWE4YGCzSepBnBmuHA6qoo+swTfWzo+oAUD0qdhDvxpyNlnWchvSL7Ns5NCY4oWD/17Zf6Z9KttfhclJvoJFxa6Blvf+Ljzq8= Message-ID: Date: Wed, 16 Mar 2005 16:15:11 -0500 From: mhthomas To: Michael.Kline@suntrust.com Subject: Re: Sftp for transport tablespace Cc: oracle-l@freelists.org In-Reply-To: <52C70FF150F49E479DAF59C68A27149DAFD586@va016a0e2.corp.suntrust.com> Mime-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit References: <52C70FF150F49E479DAF59C68A27149DAFD586@va016a0e2.corp.suntrust.com> X-archive-position: 17375 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: qnxodba@gmail.com Precedence: normal Reply-To: qnxodba@gmail.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on air891.startdedicated.com X-Spam-Status: No, hits=0.1 required=5.0 tests=AWL autolearn=ham version=2.60 X-Spam-Level: Hi, I'm not sure if it would help, but I checked out MTU on eth0 (eth1, whatever) when I had similar hiccups on 'scp' transfers of large files. The default was 1500 and I adjusted it smaller, in various tests, and got better results. But, I was on Linux and you seem to be HPUX. You might search on MTU and sftp and find some ideas. One lesson I learned is never 'scp' transfer a file without afterwards comparing size on both ends in my scripts. ;-) Good luck. Regards, Mike Thomas > > -----Original Message----- > > From: oracle-l-bounce@freelists.org > [mailto:oracle-l-bounce@freelists.org] On Behalf Of Kline.Michael > > Sent: Tuesday, March 15, 2005 3:53 PM > > To: oracle-l@freelists.org > > Subject: Sftp for transport tablespace > > > > I'm trying to use sftp for "security" reasons, but I've got some > > tablespaces that are quite large, and they are giving me some very > > strange errors. The old "bad" ftp routine handles these just > perfectly. > > The disk being sent to is more than large enough, some 60GB. > > > > > > Can't find much on google, but there's talk that if it's a 32-bit > module > > it may not be able to handle files > 4gb. Still, these are only about > > 3GB. > > -- http://www.freelists.org/webpage/oracle-l