From oracle-l-bounce@freelists.org Tue Aug 16 12:41:13 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j7GHfDQ1005110 for ; Tue, 16 Aug 2005 12:41:13 -0500 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 j7GHf9IP005093 for ; Tue, 16 Aug 2005 12:41:09 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9637C1DF577; Tue, 16 Aug 2005 12:41:05 -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 10424-08; Tue, 16 Aug 2005 12:41:05 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 07A621DF5E8; Tue, 16 Aug 2005 12:41:04 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=S15uWdhqwdmIzsJuGZtTv1Rqqxy0iswBFou9x/L8rDNBvSf8rRH1isR86zqy/0HJggITriliKqnUMBonzBw4O3LVoWEt4pMMLZOqwF9yesDIDe3gTWYFu94kCfGukbvmJ/eaPPYoeIlAzVDM+diAzIUlzE+CZQwTAGmak6W3xm8= Message-ID: Date: Tue, 16 Aug 2005 10:39:15 -0700 From: Jared Still To: Brandon.Allen@oneneck.com Subject: Re: Cross-platform database move Cc: fred_fred_1@hotmail.com, oracle-l@freelists.org In-Reply-To: <04DDF147ED3A0D42B48A48A18D574C450236144F@NT15.oneneck.corp> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_254_24030096.1124213955350" References: <04DDF147ED3A0D42B48A48A18D574C450236144F@NT15.oneneck.corp> X-archive-position: 24080 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: jkstill@gmail.com Precedence: normal Reply-To: jkstill@gmail.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE autolearn=ham version=2.63 ------=_Part_254_24030096.1124213955350 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 8/16/05, Allen, Brandon wrote: >=20 > I believe exp/imp is your only option for 9.2, but if you upgrade both to= =20 > 10g, and then you can use cross-platform transportable tablespaces. >=20 >=20 Dependent on the table structure, you could also use a utility to dump to flat files and load with sql loader. The advantage is the speed of sqlldr over imp. Whether exp/imp or sqlldr, you should be able to dump the data to a socket and read it simultaneously on the target system, with no need to create permanent files. (This is one thing you cannot do on Win32) --=20 Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist ------=_Part_254_24030096.1124213955350 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 8/16/05, Allen, Brandon <Brandon.Allen@oneneck.com> wrote:=
I believe exp/imp is your only option for 9.2, but if you upgrade both to 10g, and then you can use cross-platform transportable tablespaces.

=

Dependent on the table structure, you could also use a utility to
dump to flat files and load with sql loader.

The advantage is the speed of sqlldr over imp.

Whether exp/imp or sqlldr, you should be able to dump the data to a
socket and read it simultaneously on the target system, with no need
to create permanent files. (This is one thing you cannot do on Win32)

--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist<= br>
------=_Part_254_24030096.1124213955350-- -- http://www.freelists.org/webpage/oracle-l