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: Rolling partitions

Re: Rolling partitions

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Tue, 06 Aug 2002 07:43:34 -0800
Message-ID: <F001.004AC231.20020806074334@fatcity.com>


I've done that in a datawarehouse system. The fact tables were partitionned by date. Some fact tables were keeping different number of months : 6o, 12, 15,...
This was handle in the metadata tables and was written with PL/SQL (Oracle 8). You can do a lot of things with PS/SQL.
So the metadata was containg the table name, the naming convention of the partition, the naming convention for the tablespace, disks name, the number of partition per table, ...
Data was moved into retention data tables then the partition were rolling : creation of new tablespaces, creation of new partition, moving data to the retention tables, dropping partition,...

HTH


Stéphane Paquette
DBA Oracle, consultant entrepôt de données Oracle DBA, datawarehouse consultant
stephane_paquette_at_yahoo.com

Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?paquette=20stephane?=
  INET: stephane_paquette_at_yahoo.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 Tue Aug 06 2002 - 10:43:34 CDT

Original text of this message

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