Skip to Main Content
  • Questions
  • Regarding data archive process in oracle

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, Payal.

Asked: October 05, 2023 - 6:37 am UTC

Last updated: October 05, 2023 - 12:40 pm UTC

Version: 10

Viewed 10K+ times! This question is

You Asked

We have one table having million of rows in oracle and i have to transfer data > 18 months to other Database oracle table and same transferred data needs to be deleted also from first table . So this is an archive process requirement. Could you please tell me how to ahcieve this ?

and Chris said...

There are various ways, including

- INSERT INTO archive SELECT ...
- Partition exchange

I discussed the ins and outs of these during the SQL Office Hours "How to archive old data"; here's the recording of this session:



Is this answer out of date? If it is, please let us know via a Comment

More to Explore

SQL

The Oracle documentation contains a complete SQL reference.