The CLOSE_CURSOR procedure is used to close a specified cursor.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_SQL.CLOSE_CURSOR(cursor_id IN INTEGER);
Parameters
| Parameter | Description |
|---|---|
| cursor_id | The ID of the cursor to be closed. |
