From: Jeremiah Wilton <jeremiah@wolfenet.com>
Subject: Re: IMPORT error: ORA-1630
Date: 1998/10/14
Message-ID: <Pine.OSF.3.95.981014172455.12686N-100000@gonzo.wolfenet.com>#1/1
References: <36229B85.5D36@gpu.srv.ualberta.ca> <36249015.0@news1.mweb.co.za>
To: Adiel Kader <AKader@mweb.com>, by2@gpu.srv.ualberta.ca
Content-Type: TEXT/PLAIN; charset=US-ASCII
Organization: Wolfe Internet Access, L.L.C
Mime-Version: 1.0
Reply-To: Jeremiah Wilton <jeremiah@wolfenet.com>
Newsgroups: comp.databases.oracle.server,comp.databases.oracle.tools


On Wed, 14 Oct 1998, Adiel Kader wrote:

> The best thing to do will be to create a temporary TEMP tablespace and set
> that tablespace as the TEMP tablespace of the user doing the Import. Iam
> assuming that the user is system. It will go like this:

Mr. Yan is hitting an "ORA-1630: Max # (505) extents reached." So he is
not running out of space, but rather extents for his sort segment, and
thus should not necessarily need another TEMP tablespace.  It seems like
the solution would be to alter the existing TEMP tablespace so that the
default storage parameters specify greater INITIAL and NEXT extent sizes. 
That way, at least you will use all the TEMP space available to you before
having to add physical space to the TEMP tablespace or, as Mr. Kader
suggested, create a dedicated TEMP tablespace just for this purpose. 

This is all just for the purposes of applying the indexes to the tables
after they have been imported. If you decide to skip indexes and apply
them manually, you won't get into disk sorting during import anway. 

> Brian Yan wrote in message <36229B85.5D36@gpu.srv.ualberta.ca>...
> >I am importing a big schema to a new schema. It fails when it is
> >importing a big table (contains five millions rows). The error message
> >is: ORA-1630: Max # (505) extents reached on TEMP tablespace. I noticed
> >that the TEMP tablespace was created without specifying the storage
> >parameters. I am wondering what cause the problem and how can I fix it.
> >Thank you in advance for your help!

--
Jeremiah Wilton      http://www.wolfenet.com/~jeremiah



