Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Test One Certification Questions
>
> "... using implicit cursor attributes"
> Huh? (I've been using Oracle for 7 years)
>
Oracle implicitly opens a cursor to process each SQL statement not associated with an explicitly declared cursor. PL/SQL lets you refer to the most recent implicit cursor as the "SQL" cursor.
For more information, see this book:
PL/SQL User's Guide and Reference
Release 2.3 Part No. A32542–1
(Page: 5-37)
Bhavesh N. Patel Received on Tue Oct 27 1998 - 08:06:52 CST