cursor_sharing specifies whether to parameterize an SQL statement when processing it.
Note
This variable was introduced in OceanBase Database V4.0.0.
| Attribute | Description |
|---|---|
| Type | ENUM |
| Default value | FORCE |
| Value range | FORCE: Parameterization is required when processing an SQL statement.EXACT: Parameterization is not required when processing an SQL statement. |
| Effective scope | |
| Involved in serialization | No |
| Plan generation affected | No |
| Nullable | No |
| Modifiable | Yes |