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: Help Export /Import -- Prob

Re: Help Export /Import -- Prob

From: Robert Stupp <robert.stupp_at_koeln.netsurf.de>
Date: 1997/04/27
Message-ID: <336366C1.58759339@koeln.netsurf.de>#1/1

Brian Spears wrote:
>
> HI,
> Keep in mind we have no space to place with...
>
> I have exported 4 tables with the compress=y. The tablespace was
> near full. I was hoping to get some space. the tables exported
> were like 1gig size and won't import back into same tablespace.
>
> After some research I figure that there is not enough contigous
> space in that Tablespace.
>
> QUESTION: How do I import so that the table uses another tablespace?
>
> I tried Changing the Default tablespace for the export
> user and import but I see it is still trying to put
> it in the orginal table space. Am I missing something?
>
> PS I don't have a export of the entire original TABLE SPACE.
>
> Brian Spears
> brian_spears_at_dynapro.com

Hi !

If You only want to fix the table space size use the ALTER TABLE ADD DATAFILE ... command.

If You want the table to use another table space You'll have to DROP the and reCREATE the table using another (larger) table space.

Greetings,
Robert Received on Sun Apr 27 1997 - 00:00:00 CDT

Original text of this message

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