Entries categorized as Cursor attributes used in PL/SQL
Cursor attributes used in PL/SQL
What are the cursor attributes used in PL/SQL ? Â %ISOPEN – to check whether cursor is open or not % ROWCOUNT – number of rows fetched/updated/deleted. % FOUND – to check whether cursor has fetched any row. True if rows are fetched. % NOT FOUND – to check whether cursor has fetched any row. Read More...