Migrate From 9i To 11g
I need to migrate the existing databases from 9i to 11g. The migration will go accross two different machines. We're not upgrading the existing 9i machine, we're going to install 11g (not 9i) on the other machine, then copy the database files to it. I have couple questions:
1. What database files should I move (the files get moved are "select name from v$datafile"? Do I need to move the init<SID>.ora file and re-create the control file on the new machine) ?
2. After installing 11g and also moving the database files to it, what should I do next ?