open_cursors specifies the maximum number of cursors that can be opened at one time in a single session.
| Parameter | Description |
|---|---|
| Type | Integer |
| Default value | 50 |
| Value range | [0, 65535] |
| Effective upon restart of OBServer node | No |
For example, you can run the following command to set the number of concurrently opened cursors of a session to 20:
obclient> ALTER SYSTEM SET open_cursors = 20;