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: recovering tablespace room

Re: recovering tablespace room

From: rockcogar <rock_cogarNOroSPAM_at_my-deja.com.invalid>
Date: Tue, 08 Feb 2000 12:16:50 -0800
Message-ID: <0a4cd6d8.3169d2f6@usw-ex0103-019.remarq.com>


I assume that you are referring to data that does not belong in the system tablespace, like that of another user ?

If so, make sure "that user" has their default tablespace set for their own tablespace (use ALTER USER ..., to fix it). The (re)CREATE newtable as select * from oldtable' the table(s) {using different names} so they will go in the correct tablespace. DROP tables that are in the old tablespace. RENAME the tables.

Received on Tue Feb 08 2000 - 14:16:50 CST

Original text of this message

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