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. |
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
Meet OceanBase AI Database, the unified database for operational data, real-time analytics, and AI. Explore ->
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. |
Previous topic