Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: import with rows=N

Re: import with rows=N

From: <phil_herring_at_yahoo.com.au>
Date: Wed, 12 Sep 2007 23:23:35 -0700
Message-ID: <1189664615.181445.262870@g4g2000hsf.googlegroups.com>


It sounds to me like the O7 database may have had very large extents, possibly as a result of somebody running an exp/imp cycle with compress=y to coalesce tables into one extent each. (This used to be fashionable among some DBAs.)

If that's the case, there's no easy way out. You can run imp with the INDEXFILE option, which will get you a text file containing CREATE TABLE and CREATE INDEX statements. You can edit that to remove the storage clauses that are causing your problems, then run the result in sqlplus. If there are a lot of tables, it'll take you a while, unless you're handy with awk and sed.

Received on Thu Sep 13 2007 - 01:23:35 CDT

Original text of this message

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