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 Issue/question

RE: Import Issue/question

From: Mercadante, Thomas F <NDATFM_at_labor.state.ny.us>
Date: Wed, 01 Aug 2001 11:45:54 -0700
Message-ID: <F001.0035C6E8.20010801114522@fatcity.com>

Walter,

You got the order almost correct:

Create the Table
Import the Data
Apply Constraints (PK's, FK's, CK's)
Create Indexes
Create Triggers
Create Views
Create Stored Packages/Procedure/Functions

Not sure of the exact order of the last four items listed - these may be out of order.

The biggest slowdown that you are seeing is creating and validating FK's. If you have a lot of FK's, they take time.

You can monitor this by querying DD tables as the import is running - just query the USER_OBJECTS table (or DBA_OBJECTS for the user your are importing) - you can deduce what it is doing by what gets created when.

hope this helps.

Tom Mercadante
Oracle Certified Professional

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

Sent: Wednesday, August 01, 2001 3:17 PM To: Multiple recipients of list ORACLE-L

Hi,

What is the Import utility doing exactly after it says the rows of a table have been imported? I thought the order of events was create table, create indexes, load data, move on to next table and at the end of everything enable the constraints.

I am running an import of one schema's tables into another and the import always hangs on one table for a few minutes. The data volume is not big at all, only ~ 100Mb, and the table in question only contains 210,000 rows. What puzzles me is that the "hang" occurs AFTER Import says it imported all of the rows for the particular table. Does anyone know what is really taking place within the utility between tables being imported? Are the number of rows listed actually loaded at the point it says it has loaded them?

Any thoughts/ideas would be appreciated. Thanks!
-w



Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
--

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

Author: Walter K
  INET: alden14004_at_yahoo.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: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.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 Wed Aug 01 2001 - 13:45:54 CDT

Original text of this message

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