June 24th, 2010

You are currently browsing the articles from Techno Oracle written on June 24th, 2010.

Cursor in Oracle PL/SQL

Cursor is a memory (work) area that a oracle engine uses for its internal processing for executing and storing the results of SQL statement, and this work area is reserved for SQL’s operations also called Oracle’s Private area or CURSOR. Cursors are frequently used in PL/SQL to handle loop processing for a set of values [...]

Written by admin on June 24th, 2010 with no comments.
Read more articles on Home and Oracle PL/SQL.