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: Archiving Data Strategies.

RE: Archiving Data Strategies.

From: Hately Mike <Mike.Hately_at_churchill.com>
Date: Wed, 27 Mar 2002 03:23:21 -0800
Message-ID: <F001.00434955.20020327032321@fatcity.com>


Ian,
Partitioning is a great way to archive stuff as long as there are no logical dependencies on it from data that will stay active. You're then able to convert the partition to archive table or just drop it if business rules allow.
If you make sure that partitions are in separate tablespaces you also gain the ability to make the tablespace readonly or to use the transportable tablespace feature to move the data and plug it into an "archive" database.

Regards,
Mike Hately

-----Original Message-----
Sent: 27 March 2002 09:53
To: Multiple recipients of list ORACLE-L

Hi All,

I previously posted this question to the Lazydba List and got a couple of replies, but thought I would also send it to this list as well to see if I can just get a couple more (so excuses to those people that have already seen it)

I am currently discussing with a customer their requirements for archiving data as their system is 4 years old and billing data is piling up which obviously is affecting performance. I am pushing for an Oracle upgrade, they are currently on 7.3.4 and I am trying to get them to go to 9i. The main reason for this is so they can use partitioning.

My question to the List is to try and find out other people's experiences in archiving complex and integral data and whether most have gone the partitioning path or some other path (ie. Something like separate tables and data migration).

So I would appreciate anyones comments, the path they chose, database size etc.

With Thanks
Ian Biddell
--

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

Author: Biddell, Ian
  INET: Ian.Biddell_at_COMPAQ.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: Hately Mike
  INET: Mike.Hately_at_churchill.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 Mar 27 2002 - 05:23:21 CST

Original text of this message

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