|
On new db: create a db link from the new server to
the old server.create table history_table as select * from orginal_table
where criteria = meets_my_criteria_for _archiving;
On old db:
delete unneeded (archived) records from the original
tables.
--Scott
|
Title: Data Archiving
- Data Archiving Nirmal Kumar Muthu Kumaran
- Re: Data Archiving Arul kumar
- Re: Data Archiving C.S.Venkata Subramanian
- Re: Data Archiving Jay Hostetter
- Re: Data Archiving Steven Lembark
- RE: Data Archiving Kimberly Smith
- Scott Shafer
