Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rolling partitions
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
-- 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