Does using a sequence in a PL/SQL expression improve performance?
In versions of the Oracle Database prior to 11g Release 1, to populate a variable with the next value from a sequence you would have call the NEXTVAL function from within a SQL statement. From Oracle Database 11g Release 1 you can now use the NEXTVAL function in a PL/SQL expression. So other than less […]
You must be logged in to post a comment.