Db Migration from 9i to 10g [message #492678] |
Tue, 01 February 2011 14:45 |
patdev
Messages: 74 Registered: August 2008
|
Member |
|
|
hi all,
i have to migrate the current production database to test 10.2.0.4 on windows. would you please suggest non-export way to upgrade 9i to 10 g?
i have following steps please let me know if i am wrong?
1) ALTER DATABASE BACKUP CONTROLFILE TO TRACE
2) shutdown oracle 9i database on server A
3) copy database file, controlfile, redolog, and other files to new server B
4) alter the controlfile backup with new location of bdump, udump, and log file and data file locations
5) user oradim ORADIM -NEW -SID SID [-INTPWD PASSWORD ]-MAXUSERS USERS
-STARTMODE AUTO -PFILE ORACLE_HOME\DATABASE\INITSID.ORA
6) start dabase in upgrade mode
7) run catpat.sql and util102.sql (please correct me if i am wrong)
take backup
9) open database for users
please guide!! thanks
|
|
|
|
|
|
|