Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Data Purging - Approaches
Dear List,
We need to remove data from our database everyday, so we are plannning to have a scheduled process for this. But the case is that we cannot simply remove the data. This data has to be made available at a later time if required. So this is the process that we have designed.
The background process would first insert all the required data from the
main database to another database.
Now if this successfull, it would be deleted from the main database.
The selection criteria on which the data to be purged is found is a
business requirement. It is based on some date, but we cannot partition
the data based on the date, otherwise we could have done with paritioning
and dropping the partition could have been easily done.
The data in the second database would be archived in a normal sequence
If any user request for the data already purged, the data would be read
from the second database and shown to him.
Now the issue, the data that has to be moved or deleted in such a way would mount to more that 10 GB of data, so is this method a good solution. Can anybody suggest a better approach for doing this.
We are using Oracle 9i database, Weblogic Application server and Java client. We have list partitioned our database.
Any other data purging techniques would be greatly appreciated.
Regards
Prem Chandran N
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: prem_at_ibsplc.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Oct 15 2002 - 07:38:22 CDT
![]() |
![]() |