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 into another database

Re: Archiving data into another database

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Tue, 30 Jan 2007 15:39:04 -0600
Message-ID: <de807caa0701301339y6899462br9b66cc5d41b54c80@mail.gmail.com>


Luc,

I work with a custom-created solution for this for a specific in-house application. The problem with most archiving solutions is that, well, disk keeps getting cheaper so the value of archiving isn't what you might think it to be. If you work with an application that does a lot of full-table scans, and you can't fix that, then definitely consider an archiving solution.

I would first consider Oracle partitioning. You can make partitions read-only, transport them to other databases, etc. Lots of neat stuff. There are commercial archiving products you can investigate.

The real problem is that Oracle is a relational database, and therefore you need to understand the relationships in order to archive the data.

Archiving looks a lot more attractive in theory than in practice. Often when it is most strongly considered is when an upgrade is coming and it doesn't look like you can convert or move all the data in a reasonable amount of downtime. Archiving can help this situation. Purging data can help even more and should be considered before archiving.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 30 2007 - 15:39:04 CST

Original text of this message

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