Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Well... as far as I can see you have two ways to go.
1- Export/Import which is gonna be a lot of fun having 1.5T to move.
Install Ora10g
Export/Compress-on-the-fly table by table from Ora9i
Uncompress/Import-on-the-fly table by table into Ora10g
You are done
2- Do not migrate, upgrade in a secondary place.
Shutdown your Ora9i database
Make an exact copy of all your datafiles in a different location
Create a new Ora9i database with your clonned datafiles
Install Ora10g
Upgrade in place your newly cloned Ora9i into Ora10g
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Here is another option if you would like to get a "fresh" start and re-org you data.
1. Create your new 10g Database.
2. IxUnload data from your existing 9i.
3. Create your tables/schema (exp/imp without rows.)
4. use sqlldr direct path!
Bookmarks