Sql – PLSQL with Oracle 11g

oracleoracle11gplsql

I have quite a few lines of PL/SQL code in Oracle 10g, and we are going to move to 11g. I expect my code to work there too, but:

  • Are there any pitfalls to expect, any problems you encountered?
  • What new features are you using?

Best Answer

The big new feature for me is the PL/SQL Function Result Cache, for functions that you call over and over again.