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: Breaking a Table Data into Partitions

RE: Breaking a Table Data into Partitions

From: Mark Leith <mark_at_cool-tools.co.uk>
Date: Wed, 14 Feb 2001 04:02:47 -0800
Message-ID: <F001.002B3AA3.20010214034524@fatcity.com>

You could take an export of the orginal table, create a new partitioned table, with your partitioning criteria, and import in to the new table.

I'm not sure if you can create a partitioned table as (select * from original table), maybe the somebody on the list knows?

HTH Mark

-----Original Message-----
VIVEK_SHARMA
Sent: Wednesday, February 14, 2001 09:56 To: Multiple recipients of list ORACLE-L

To Convert a Regular NON-Partitioned Table into Partitions , what approaches may be Taken ?

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: VIVEK_SHARMA
  INET: VIVEK_SHARMA_at_infy.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mark Leith INET: mark_at_cool-tools.co.uk 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 Feb 14 2001 - 06:02:47 CST

Original text of this message

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