database migration
780276Nov 8 2010 — edited Nov 9 2010Hi,
I am migrating 32-Bit 10g database to 64-Bit 10g database on 64-Bit server, as of now i done the following steps
1.Installed Oracle 10gR2 on 64-Bit machine
2. Take the full export backup of source databse (32-Bit database)
3. copy the init.ora from 32-Bit to 64-Bit home and start the database with this parameter file(after editing)
4. Do the full import
5. Run utlirp.sql and utlrp.sql
6. start the database
Please suggest if the above steps is ok or i need anything extra to do
Regards