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 oddity

Re: import oddity

From: <Riyaj_Shamsudeen_at_i2.com>
Date: Fri, 18 May 2001 19:12:18 -0700
Message-ID: <F001.003087C8.20010518190114@fatcity.com>


You could also use indexfile=filename option during import. This will not import any data but will write DDL to the index file. Create table statments will be REM med in the index file. Just remove those REM from the index file, change the storage parameter for the tables and indexes and run the file.. I use this approach all the time..

Thanks
Riyaj "Re-yas" Shamsudeen
Certified Oracle DBA
i2 technologies   www.i2.com

"Rachel Carmichael" <carmichr_at_hotmail.com> Sent by: root_at_fatcity.com
05/18/01 08:35 PM
Please respond to ORACLE-L

        
        To:        Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc:        
        Subject:        Re: import oddity



you can create the table in the database before the import with the size parameters you want and then import with ignore=y to ignore errors. Note that this will ignore ALL errors

>From: Dennis Taylor <ismgr_at_pctc.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: import oddity
>Date: Fri, 18 May 2001 15:55:23 -0800
>
>I'm trying to do an import into a database. I've done this before, and it's
>always worked. Now it's failing with an error 1658 on a particular table.
>Teh error text includes this:
>
>"pctfree 10 pctused 40 initrans 1 maxtrans 255 storage (initial 1274224640
>next 637075456 minextents 1 maxextents 121" ... etc..
>
>To my inexperienced eye, it looks like the import is trying to create the
>table with an initial size of 1.3 GB or so. The table is *not* that big. I
>think it's around 200MB at most. As my tablespace datafiles are only 1GB
>each, I can see why the create fails (assuming I'm not misunderstanding
>everything).
>
>Is there anything I can do to tell the import not to create the table this
>big? Or to tell the database not to? Or other alternatives?
>
>
>
>
>Dennis Taylor
>--------------------------------
>CRASH:
>
>                 An audible warning that it's "downtime time" again.
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Dennis Taylor
>   INET: ismgr_at_pctc.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).



Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: carmichr_at_hotmail.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).
Received on Fri May 18 2001 - 21:12:18 CDT

Original text of this message

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