Dub,
Oracle's strategy is typically to not disable syntactical features from previous versions. They very often ADD new syntactical support in major versions. But for existing applications, you should be fine. Obviously, I would run your typical (regression) tests that you would run for any application-code release, but I would be very surprised if there are any run-time surprises.
One thing that died with 8i is the DBA's buddy, "svrmgrl". All of svrmgrl's functionality has been in "sqlplus" for some time now, provided you log into SQL*Plus in this fashion:
sqlplus /nolog
connect / as sysdba
Also, Oracle de-supports certain init<SID>.ora parameters, but using them in your parameter file doesn't cause trouble, just a benign diagnostic.
A full disclosure of both new and de-supported features usually comes as part of your install set documentation.
![[santa] [santa] [santa]](/data/assets/smilies/santa.gif)
Mufasa
(aka Dave of Sandy, Utah, USA @ 20:45 (27Jan04) GMT, 13:45 (27Jan04) Mountain Time)