The CLOSE_CURSOR stored procedure closes a specified cursor.
Syntax
DBMS_SQL.CLOSE_CURSOR(cursor_id IN INTEGER);
Parameter
Parameter |
Description |
|---|---|
| cursor_id | The ID of the cursor that you want to close. |
OceanBase Database
Download PDF
The CLOSE_CURSOR stored procedure closes a specified cursor.
DBMS_SQL.CLOSE_CURSOR(cursor_id IN INTEGER);
Parameter |
Description |
|---|---|
| cursor_id | The ID of the cursor that you want to close. |