Development & Middleware
Thursday, 13. October 2022., 12:25
Hall C
45'
It seems as if FOR LOOP is forever with us within PL/SQL and with every new version of Oracle database it stays the same. Oracle changed that with the release of 21c version of database and it replaced simple index of FOR LOOP with iterator that brings a lot of new interesting possibilites. So we are going back to the basics. FOR LOOP: what it is and what can it do for you