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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: move USERS tablespace to locally managed

RE: move USERS tablespace to locally managed

From: Mark J. Bobak <mark_at_bobak.net>
Date: Mon, 18 Nov 2002 06:08:58 -0800
Message-ID: <F001.00505861.20021118060858@fatcity.com>


Tom,

There are actually reasons not to use the package Oracle supplies to go from DMT to LMT. For the full details, see Connor McDonald's paper on http://www.oaktable.net/ .

-Mark

On Mon, 2002-11-18 at 08:08, Mercadante, Thomas F wrote:
> John,
>
> Why would you *not* want to use the package provided by Oracle?
>
> The answer to your question is to:
>
> 1). create a new USERS tablespace
> 2). issue ALTER TABLE table_name MOVE new_tablespace commands
> 3). issue ALTER INDEX index_name REBUILD commands.
> 4). issue ALTER USER username DEFAULT TABLESPACE new_tablespace;
> 5). drop the old tablespace.
>
> hope this helps.
>
> Tom Mercadante
> Oracle Certified Professional
>
>
> -----Original Message-----
> Sent: Monday, November 18, 2002 7:03 AM
> To: Multiple recipients of list ORACLE-L
>
>
> If I want to move my USERS tablespace to locally managed(without using
> dbms_admin.migrate_to_local), what are the steps I need to take?
>
> John
>
>
> John Dunn
> Sefas Innovation Ltd
> 0117 9154267
> www.sefas.com
>

-- 
--
Mark J. Bobak
Oracle DBA
mark_at_bobak.net
"It is not enough to have a good mind.  The main thing is to use it
well."
 						-- Rene Descartes
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mark J. Bobak
  INET: mark_at_bobak.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Nov 18 2002 - 08:08:58 CST

Original text of this message

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