The CLOSE_CURSOR stored procedure closes a specified cursor.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Syntax
DBMS_SQL.CLOSE_CURSOR(cursor_id IN INTEGER);
Parameters
| Parameter | Description |
|---|---|
| cursor_id | The ID of the cursor that you want to close. |