oracle database migration issues (merged 2) [message #523613] |
Mon, 19 September 2011 09:26 |
|
9390512774
Messages: 103 Registered: January 2011 Location: hyd
|
Senior Member |
|
|
Hi All,
We are migrating oracle 8i(HP-UX machine) to 11g(IBM machine).
1.)what are the ALL Possible migration issues?How to solve them?
2.)can we migrate directly from 8i to 11g?
once after the migration is completed we have to test the working functionality of the 11g with working functionality of 8i, by getting data from 8i machine to 11g machine how to do it?
how to get the data from 8i to 11g machine?
Can you please help me on the migration work?
can you suggest me any sites or books for reference.
ALL your help and support on this issue solving is apprised greatly?
Thanks in Advance
|
|
|
|
|
|
|
|
Re: oracle database migration issues (merged 2) [message #523670 is a reply to message #523613] |
Mon, 19 September 2011 13:40 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
One thing I know for sure will be different is that if you were relying on GROUP BY to sort your data, it will no longer be the case. You will need to put an ORDER BY clause anywhere you expect data to be sorted.
Now, Oracle always stated this, so it is nothing new, but a side effect of GROUP BY up through 9i seemed to also sort the data. Not anymore.
|
|
|