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: Partitions of table read only

Re: Partitions of table read only

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Wed, 18 Jun 2003 09:16:54 -0700
Message-ID: <F001.005B4042.20030618085003@fatcity.com>


that actually makes sense when you think about it, with one question -- was the tablespace a dictionary-managed one or an LMT?

If it was dictionary-managed, it makes perfect sense. The metadata about the table and the extents used in the tablespace are not stored IN that tablespace, so drop table would affect only the system tablespace and the data dictionary.

But in an LMT, the bitmap of extent usage is stored within the tablespace itself, so I wonder if you could actually drop a table from a read-only lmt.

Off to experiment......

Rachel


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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 Wed Jun 18 2003 - 11:16:54 CDT

Original text of this message

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