Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Move ALL Data from 1 Database into Another

Move ALL Data from 1 Database into Another

From: VIVEK_SHARMA <VIVEK_SHARMA_at_infosys.com>
Date: Wed, 13 Nov 2002 09:03:56 -0800
Message-ID: <F001.005023AB.20021113090356@fatcity.com>

Qs What would be the FASTEST way to Load ALL Data from a Source Database Existing in 7.3.4 into an Empty Target Database in 8.1.7.4 ?

NOTE - Creation Fresh (NEW) Database is a Must because Some of the Data Dictionary Objects have got Corrupted & the Standard Migration of the Same Oracle 7 Database to Oracle 8i did NOT Correct the Corruption Either.

Qs Would Creating a Database Link between the 2 Databases & using CREATE TABLE <TABLE NAME IN 8i DB> NOLOGGING PARALLEL (DEGREE n) AS SELECT * FROM <TABLE NAME IN 7.3.4 DB>@DB_LINK be FASTER than taking Full Database Export (exp) of the Oracle 7 Database & Importing (imp) to the Oracle 8i Database ?

ASSUMPTION - Both Databases Exist on the SAME Storage Box & thus on the Same Machine

Thanks

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: VIVEK_SHARMA
  INET: VIVEK_SHARMA_at_infosys.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 Wed Nov 13 2002 - 11:03:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US