Clarification on Import / Export [message #74310] |
Tue, 09 November 2004 21:26 |
karthik kumar
Messages: 5 Registered: November 2004
|
Junior Member |
|
|
Hi,
I have a production system running Oracle 8.0.4. I need to upgrade this to Oracle 9.2.0.5.
I got to know from this site that a direct upgrade is not possible from 8.0.4 to 9.2.0.5. I have to first upgrade to 8.0.6 and then to 9.2.0.5.
I would be doing this process in a parallel environment as my production cannot be shut down and convert that env to my production environment when the upgrade is done.
My clarification is, after testing my 9.2 upgrade in the new environment, can I export the data in my production environment which runs 8.0.4 and import it into 9.2.0.5 ? Would it have any issues....if yes what are the issues that I would be facing in this operation ??
Thanks in advance experts !!
|
|
|
Re: Clarification on Import / Export [message #74311 is a reply to message #74310] |
Wed, 10 November 2004 02:27 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
It should work. However, you don't need the interim 8.0.6 upgrade when using the import/export method. Just create a new empty Oracle 9.2.0 database, export the data from live and import into the new DB.
When you are ready for the final cut-over, drop all objects in the 9i DB, export the old DB and import again.
This is documented in the Oracle9i Migrations Guide. See chapter 2: Choose an Upgrade Method.
Best regards.
Frank
|
|
|
|
|