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