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 problem

Re: Import problem

From: Sean Fitzgerald <sfitzgerald_at_centurytel.net>
Date: Wed, 12 Sep 2001 12:45:46 -0700
Message-ID: <FoMn7.6198$tE2.2635171@feed.centurytel.net>


When you export the data are you setting compress=N (by default it is Y)? If compress=y, then exp is taking each table and creating a new initial extent big enough to handle the entire table. You should specify compress=n in your export.

"Glen A Stromquist" <gstromquist_at_hotmail.com> wrote in message news:4ILn7.28313$C57.3725107_at_news1.telusplanet.net...
> I am trying to update a test db, and my import is failing with an
"ORA-01653
> unable to extend tablespace by 32770" error. Actually the import is
working
> fine but this table is not importing all of its rows. This is strange
> because I have this all run in a script that disables constraints and
> triggers in the test db, truncates all of the tables, then runs the
import,
> and up to now has worked flawlessly.
>
> The tablespace in both db's is the same size, but I increased the test by
> 500 meg anyway and it still failed. The tablespace in the test db shows
30%
> free and the production one 20%, both test and prod tablespaces comprise
of
> 3 datafiles.
>
> prod db is 7.3.3 and test is 8.1.7
>
> I suppose I could put autoextend on, but I want to know why this is
> happening.
>
> here is the .imp file I am using:
>
> FILE=\\server\ddrive\backup\exp.dmp
> LOG=E:\$ORASCRIPTS\database\database_tableimp.log
> FEEDBACK=500
> FULL=N
> INDEXES=N
> CONSTRAINTS=N
> GRANTS=N
> COMMIT=Y
> ROWS=Y
> IGNORE=Y
> FROMUSER=USER1,USER2
>
> thanks in advance
>
>
Received on Wed Sep 12 2001 - 14:45:46 CDT

Original text of this message

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