Returns the list of cursors in use by the current connection.
sa_list_cursors( )
The sa_list_cursors system procedure can be used in a CALL statement or in the FROM clause of a SELECT statement.
None
The following example returns the list of open cursors for the connection:
CALL sa_list_cursors();