InterviewSolution
Saved Bookmarks
| 1. |
What Are Cursor Attributes? |
|
Answer» Each cursor in ORACLE has set of attributes which enables an application program to test the state of the cursor. The attributes can be used to check WHETHER cursor is opened or closed, FOUND or not found and also find ROW count. Each cursor in Oracle has set of attributes which enables an application program to test the state of the cursor. The attributes can be used to check whether cursor is opened or closed, found or not found and also find row count. |
|