Hi
We have few tables which have millions of records in it. we want to archive the data in antoher table (partial data) so that we can archive it acassionally. we are thinking of having a copy of table and copy all the old data in it and then delete that data from the live table .live table will have only like one month of data and all the previous data will go on archive table. we need to do the archiving of data on daily basis to archive table and deleteing it from the live tables. what is the best way to do that.
one is running pl/sql script which will insert into archive tables and delete it from the live table
or do incremental export of data.(i never used it before)
or is there any other way of doing that.
Let me know what you think
thanks
UKDBA