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 Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
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 Hours · Aug 18 — Explore what’s next for databases in the AI era
OceanBase Hours · Aug 18 — Explore what’s next for databases in the AI era Join the Event ->
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. |