Migrating from Oracle 8 to 10 [message #111898] |
Mon, 21 March 2005 11:54 |
smagnotta
Messages: 7 Registered: February 2005
|
Junior Member |
|
|
Hi,
Hopefully this is the right section to ask this question. Anyone: our company uses Oracle 8i (release 3 - 2000) for its database server. We want to go to version 10. We use the basic SQL and PL/SQL commands any database uses. Is version 10 backward compatible with version 8, or are there major differences or things that have been deprecated/obsoleted?
I know that server manager no longer exists (svrmgrl.exe), as SQL Plus does many of the commands anyway.
Should we just go to version 9 instead? We are on a Windows platform as far as development (2000 server and XP). Version 8 doesn't have XP support.
We have a Java client server application (Apache Webserver, Tomcat servlet container, Java servlets and applets, Xerces XML Parser, HTTPS and SSL).
Thanks,
Sal Magnotta
|
|
|
|
Re: Migrating from Oracle 8 to 10 [message #111931 is a reply to message #111898] |
Mon, 21 March 2005 22:31 |
smartin
Messages: 1803 Registered: March 2005 Location: Jacksonville, Florida
|
Senior Member |
|
|
I agree totally. It is important to test. Create yourself a test system in 10, load your data, and run your app.
I also agree to go to 10 and not 9, for the very reasons mentioned. To me each oracle version gets better and better, and there is no sense to not have the latest features and support.
And it is more than the major new features you hear about. There are little tiny things here and there with each version that are improved with each release, and there have been 3 and about to be a 4th release since 8.1.7.
Features that at one time were new have now had most/all of the kinks worked out and are more stable. And new features make the database better and easier to administer. Not to mention, plsql has undergone some tremendous improvements in 10 that will run your existing code much faster.
I'd start testing on 10gR1 now, with the idea of doing the production upgrade straight to 10gR2 (assuming that upgrade path is supported, and assuming release 2 comes out in the next month or two as expected).
|
|
|