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 tablespace

RE: Locally managed tablespace

From: April Wells <awells_at_csedge.com>
Date: Tue, 22 Apr 2003 07:41:43 -0800
Message-ID: <F001.00586D2A.20030422074143@fatcity.com>

Except that if you migrate (using dbms_space_admin) or create new without specifying space management automatic, you only kinda don't use the data dictionary. If you take default (manual) space management or you migrate data dictionary managed tablespaces... you get the added "feature" (maintained for backward compatibility) of having to use percent free, and all the other stuff that locally managed is supposed to free you up from.

Oh... and the only way to get a manual space managed tablespace to be a automatic space managed tablespace... recreate the tablespace and move the tables and rebuild the (now unusable) indexes... or export, recreate tablespace, import... OR drop table, recreate tablespace, recreate table...

Not ENTIRELY in the Concepts guide...

April Wells
Oracle DBA/Oracle Apps DBA
Corporate Systems
Amarillo Texas
Well-behaved women rarely make history

-----Original Message-----
Sent: Tuesday, April 22, 2003 8:47 AM
To: Multiple recipients of list ORACLE-L

A Locally Managed Tablespace is a tablespace that manages its own extents maintaining a bitmap in each datafile to keep track of the free or used status of blocks in that datafile. Each bit in the bitmap corresponds to a block or a group of blocks. When the extents are allocated or freed for reuse, Oracle changes the bitmap values to show the new status of the blocks. These changes do not generate rollback information because they do not update tables in the data dictionary (except for tablespace quota information), like the default method of Dictionary - Managed Tablespaces does.

>>> vsantosh_at_psi.soft.net 04/22/03 01:19AM >>>
Hello list,

    Could anyone of you explain the concept of Locally managed tablespace ?

Regards,
Santosh



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: John Shaw
  INET: John.Shaw_at_correctionscorp.com

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).

The information contained in this communication, including attachments, is strictly 
confidential and for the intended use of the addressee only; it may also contain 
proprietary, price sensitive, or legally privileged information. Notice is hereby given that 
any disclosure, distribution, dissemination, use, or copying of the information by anyone 
other than the intended recipient is strictly prohibited and may be illegal. If you have 
received this communication in error, please notify the sender immediately by reply e-mail, 
delete this communication, and destroy all copies.
 

Corporate Systems, Inc. has taken reasonable precautions to ensure that any attachment to 
this e-mail has been swept for viruses. We specifically disclaim all liability and will 
accept no responsibility for any damage sustained as a result of software viruses and advise 
you to carry out your own virus checks before opening any attachment.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: April Wells
  INET: awells_at_csedge.com

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 Tue Apr 22 2003 - 10:41:43 CDT

Original text of this message

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