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

Home -> Community -> Usenet -> c.d.o.server -> Re: Data Migration

Re: Data Migration

From: Giorgos Tsiamitas <gtsiam_at_gmx.net>
Date: Wed, 16 May 2001 13:02:52 GMT
Message-ID: <0UuM6.100$MW2.2649@nreader1.kpnqwest.net>

export/import is the easiest way in your case. Consider precreating tablespaces and users in 8i and perform full exp/imp.

I dont see why you should get "Object already exists . . . " errors with a new 8i database - anyway you can use IGNORE param for imp.

Check for invalid objects after a successful import.

Good luck!

--
G.T.
gtsiam_at_gmx.net

""nanie"" <nanie_at_platinumplans.com> wrote in message
news:005c01c0de67$b859bb20$5100c859_at_pppi...
Hi all,

Our comany is planning to migrate our existing Oracle7 database to Oracle8i.
The Oracle8i Migration book suggests 3 ways to migrate data.
    1. Using the Migration Utility -- which would mean taking a 2-step
process because Oracle 7.1 is not directly supported under Oracle 8i. This
means that I have to upgrade our current 7.1 database to 7.2 or 7.3 or 8.0;
    2. Using the Data Migration Assistant -- which is the same as the first
option except that the wizard takes care of everything; and
    3. Using Export/Import -- this methods gives me doubts because the
Export/Import utility should be run without errors otherwise you will get
messages like "Object already exists . . . "

To all of Oracle experts out there, can you please make suggestions as to
how am I going to this task with the least possible errors.


Thanks in advance

Nanie
Received on Wed May 16 2001 - 08:02:52 CDT

Original text of this message

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