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

Re: Partitions

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Wed, 05 Jun 2002 08:43:39 -0800
Message-ID: <F001.004752FA.20020605084339@fatcity.com>


Not having a partition with MAXVALUE in partitioned table is not a problem (as long, as you know, that there will be no values outside of the existing partitions range).

Igor Neyman, OCP DBA
ineyman_at_perceptron.com   

  All,

  Oracle 8.0.5
  Tru64 4.0f

  We have a partitioned table here that has been left for sometime now and we need to split up the last partition into at least 6 to 7 resized partitions.

  My take on it after RTFM ing was to

  1. Unload the data
  2. Create my new tablespaces for the new partitions
  3. Split the last partition
  4. Repeat point 3 until I have my relevant number of smaller partitions
  5. Create my local indexes for new partitions
  6. Reload the data

  This "looked" OK but now I am rethinking this. The problem is that the last partition tablespace will still be massive, so I really need to drop the last partition, and its tablespace and recreate. Is this feasible ?? Can you drop the last partition in a table (therefore leaving the second from last without a MAXVALUE).

  Regards (and confused)

  Lee

  The information contained in this communication is   confidential, is intended only for the use of the recipient   named above, and may be legally privileged. If the reader   of this message is not the intended recipient, you are   hereby notified that any dissemination, distribution or   copying of this communication is strictly prohibited.   If you have received this communication in error, please   re-send this communication to the sender and delete the   original message or any copy of it from your computer   system.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Igor Neyman
  INET: ineyman_at_perceptron.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 Wed Jun 05 2002 - 11:43:39 CDT

Original text of this message

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