Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Data Archiving
Nirmal,
Sometimes the simplest way to move data between two databases is with the SQL*Plus COPY command.
Jay
>>> NIRMALK_at_qtel.com.qa 12/27/01 04:10AM >>>
Hi all,
New year Greetings.
We need to archive some history tables from the production database to new
server. Totally around 50 history
tables we need to move and each table having around 10 million of records.
Some of history tables having records, which are required for another a year
the production database, approximatedly i can say around 2 million of
records in each table
like this.
So what is the best way to move these tables?.
I suggested them to export/import tables and delete invalid records.
But another team are planned to do it by a simple pl/sql script by making cursor, check validity of record, if yes insert into new server and then delete from production, repeat.
I want to know the best way to do this job without any major implications.
Both servers are oracle7.3.1. running on VAX/VMS.
Thanks.
Nirmal.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jay Hostetter INET: jhostetter_at_decommunications.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Thu Dec 27 2001 - 07:44:06 CST
![]() |
![]() |