SQL Language (MOSC)

MOSC Banner

difference in behavior of sql and pl/sql after migrating from 9i to 11g

edited Feb 20, 2012 6:25AM in SQL Language (MOSC) 8 commentsAnswered
after migrating our database from oracle 9i to oracle11g, the developpers are worry that the behavior of the queries and pl/sql procedures/functions will changeexample :
in 9i, select salary,count(*) from emp group by salary, it will display the rows sorted by salary
in 11gi, select salary,count(*) from emp group by salary, it will display the rows not sorted by default, we have to add the clause order by salary.

somebody could give the list of other difference in behavior (SQL and PL/SQL) agter migrating from 9i to 11g

Thanks a lot

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center