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: Locally managed ts

RE: Locally managed ts

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Sat, 09 Mar 2002 13:38:18 -0800
Message-ID: <F001.00423F9B.20020309133818@fatcity.com>


Thanks. I was not aware of that.

I did not work with 8.1.5.

These procedures are available in 8.1.6 and up.

-----Original Message-----
Sent: Saturday, March 09, 2002 1:43 PM
To: Multiple recipients of list ORACLE-L

It's version dependent. Convert to local appeared in 8.1.6 or 8.1.7, but was not in 8.1.5.

It is probably not a good idea. The tablespace becomes "bitmapped managed", but the extent size is the greatest common divisor of the currently existing extents (including free extents) which in the worse case means one block; and the extent policy if still "user" - which means it follows your initial, next, pctincrease etc.

If you can manage it, you are better off trying to create a new tablespace, and transfer the contents form a DMT to an LMT using MOVE and REBUILD.

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Next Seminar - UK, April 3rd - 5th
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 09 March 2002 19:37

|There are procedures in DBMS_SPACE_ADMIN to do either.
|And those are:
|LMT->DMT dbms_space_admin.tablespace_migrate_from_local
|DMT->LMT dbms_space_admin.tablespace_migrate_to_local
|
|- Kirti
|
|-----Original Message-----
|Sent: Saturday, March 09, 2002 6:13 AM
|To: Multiple recipients of list ORACLE-L
|
|
|This package(DBMS_SPACE_ADMIN ) does not allow changing dict. managed
TS to
|Locally managed ts.
|It allows reverse.
|
|

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Sat Mar 09 2002 - 15:38:18 CST

Original text of this message

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