RE: MIGRATION PROCEDURES

RE: MIGRATION PROCEDURES

 

  


Options available to for use:
- Oracle Database Migration Tool, need to go from 8i->9i and then 9i->10g
(need a 9i interim/staging database)
- Export data from 8i and import into 10g using exp/imp
- Database Links (Not complete what about views and stored procedures)
- SQL*Loader files (this would be very painful)
- There must something else which I did not use before (transportable
tablespace?)

My personal approach would be to use exp/imp since this does not require any
interim database and it will bring over all business logic contained in any
PL/SQL objects along with the data and other database structures (hint: only
export the schemas you want to migrate, not FULL=Y)

See matrix below:

Which EXPORT utility to use when importing into an Oracle8 or a higher
database release (always use IMPORT utility of the target database):

+-----------+--------------------------------------------------------------+
| EXPORT | IMPORT into: |
| from +--------+--------+--------+--------+--------+--------+--------+
| \/ | 8.1.5 | 8.1.6 | 8.1.7 | 9.0.1 | 9.2.0 | 10.1.0 | 10.2.0 |
+-----------+--------+--------+--------+--------+--------+--------+--------+
| 5.x 1) 2)| EXP5x | EXP5x | EXP5x | EXP5x | EXP5x | EXP5x | EXP5x |
| 6.x 2)| EXP6x | EXP6x | EXP6x | EXP6x | EXP6x | EXP6x | EXP6x |
| 7.x 3)| EXP7x | EXP7x | EXP7x | EXP7x | EXP7x | EXP7x | EXP7x |
+-----------+--------+--------+--------+--------+--------+--------+--------+
| 8.0.3 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 |
| 8.0.4 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 |
| 8.0.5 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 |
| 8.0.6 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 |
+-----------+--------+--------+--------+--------+--------+--------+--------+
| 8.1.5 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 |
| 8.1.6 | EXP815 | EXP816 | EXP816 | EXP816 | EXP816 | EXP816 | EXP816 |
| 8.1.7 | EXP815 | EXP816 | EXP817 | EXP817 | EXP817 | EXP817 | EXP817 |
+-----------+--------+--------+--------+--------+--------+--------+--------+
| 9.0.1 | N/S | EXP816 | EXP817 | EXP901 | EXP901 | EXP901 | EXP901 |
| 9.2.0 | N/S | N/S | EXP817 | EXP901 | EXP920 | EXP920 | EXP920 |
+-----------+--------+--------+--------+--------+--------+--------+--------+
| 10.1.0 4)| Not Supported | EXP817 | EXP901 | EXP920 | 4) | 4) |
| 10.2.0 4)| Not Supported | EXP817 | EXP901 | EXP920 | 4) | 4) |
+-----------+--------+--------+--------+--------+--------+--------+--------+


-----Original Message-----
From: kathie silvestre
[mailto:oracledba-ezmlmshield-x98896160.[Email address protected]
Sent: 03 August 2006 07:48
To: LazyDBA Discussion
Subject: MIGRATION PROCEDURES

Hi to all...

We're currently using Oracle 8i and will migrate to Oracle 10g r2, we've
prepared the server using RHEL 3, im asking you guys for help regarding
databse migration.. can you please teach me step by step procedures in
migration?

what do i need to do and need to prepare? thanks for all the help...

kathie


*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Catherine V. Silvestre
System Administration Section
Management Information Systems Division
City Government of Makati
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-


--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these
terms:http://www.lazydba.com/legal.html




Oracle LazyDBA home page