First lets take a look at two queries using CURSORS, the first one will use the FORWARD_ONLY type cursor, and the second will use the FAST_FORWARD type cursor. These two types sound very similar, but perform quite differently. Now for …

Simple Cursor Example : FORWARD_ONLY vs FAST FORWARD Read more »