0 votes
in Oracle by

What are the attributes of the Cursor?

1 Answer

0 votes
by

Each Cursor in Oracle has a set of attributes that enables an application program to test the state of the Cursor. The attributes can be used to check whether the cursor is opened or closed, found or not found and also find row count.

...