Strip all 9i hints from all code.
Dump all cursor loops and replace with array processing using BULK
COLLECT and FORALL.
Turn on warnings before compiling any code and follow up on all
warning messages. To do this look at this page:
http://www.psoug.org/reference/dbms_warning.html
The demos will show you how it works.
Note: 11g contains new warnings not present in 10g so some demos will
not work in 10g. PLW-06002 is one that works in both 10g and 11g.
--
Daniel A. Morgan
University of Washington
damo...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
> Turn on warnings before compiling any code and follow up on all
> warning messages. To do this look at this page:
> http://www.psoug.org/reference/dbms_warning.html
> The demos will show you how it works.
Interesting idea.
Also I would recommend to perform a test upgrade with a duplicated
environment and perform a full regression test.
Jan