 |
SQL Cursor - Oracle Documentation
SQL Cursor Oracle implicitly opens a cursor to process each SQL statement not associated with an explicit cursor. In PL/SQL, you can refer to the most recent implicit cursor as the SQL cursor, which always has the attributes %FOUND, %ISOPEN, %NOTFOUND, an
docs.oracle.com |
 |