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: Import Question

RE: Import Question

From: Powell, Mark D <mark.powell_at_eds.com>
Date: Fri, 9 Jul 2004 11:49:45 -0400
Message-ID: <564DE4477544D411AD2C00508BDF0B6A2133DDE8@usahm018.exmi01.exch.eds.com>


Mike, your subject line is misleading since I think most readers will take "import" to mean the imp utility.

R3load is beyond my experience but on the Oracle db side I would verify that the online redo logs were not switching excessively during the load.

With a conventional imp if the target table exists, is large, and has indexes defined on it then dropping the indexes, loading the table, and rebuilding the indexes as a separate step is often significantly faster than loading with the indexes in place. This may also be true for the R3load if you have the same conditions.

Good luck
-- Mark D Powell --

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Vergara, Michael (TEM)
Sent: Friday, July 09, 2004 11:28 AM
To: oracle-l_at_freelists.org
Subject: RE: Import Question

Mark:

Oh...if only this were a conventional import!

This is an SAP system, and the export/import process uses a SAP-written utility called "R3load". That I know of, there are no settable parameters like the buffer parameter in an Oracle import.

R3load writes to a flat file than is encoded and compressed using SAP's proprietary programming. It works very well at the compression angle. A 1.5TB database exported out to just under 300GB of flat files.

The only tuning opportunities I have are on the database server. I can send out the whole initSID.ora file, but I thought that would be overkill for the first question.

Thanks for the support!

Mike

-



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Fri Jul 09 2004 - 10:48:09 CDT

Original text of this message

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