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

Home -> Community -> Usenet -> c.d.o.misc -> Re: importing oracle database.

Re: importing oracle database.

From: Alan <alanshein_at_erols.com>
Date: Fri, 25 Jan 2002 15:29:31 -0500
Message-ID: <a2sf24$13pgv3$1@ID-114862.news.dfncis.de>


Total available space isn't everything. Each extent has a certain size, and you ran out of space for the next size extent. One way to fix this is to add more space (another datafile). Also, what the heck are temp segments doing in the SYSTEM tablespace? You should really have a TEMP tablespace preferably on a separate disk.

"Padmaja" <padmaja_a_at_yahoo.com> wrote in message news:ETi48.621$wz6.15996_at_dfw-read.news.verio.net...
> Hi,
>
> I'm importing oracle database into our oracle database. I imported this
> onto server1 it was fine. And now when I'm trying to import onto server2,
> here it is giving errors. I have added the tablespace, and I'm
importing
> still I'm getting the error. "IMP-00017: following statement failed with
> ORACLE error 1652:" and also "ORA-01652: unable to extend temp segment by
> 1598 in tablespace SYSTEM". I checked the tablespace, the tablespace on
> server2 is bigger than server1.
>
> Please help me out.
>
> Thanks,
> Padmaja.
>
>
Received on Fri Jan 25 2002 - 14:29:31 CST

Original text of this message

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