Note
This parameter is available starting with V4.2.5 BP2 Hotfix1.
Overview
utl_file_open_max specifies the maximum number of UTL_FILE files that can be opened simultaneously on a single node in Oracle-compatible mode.
Applicability
This parameter takes effect only in Oracle-compatible mode of OceanBase Database.
Privilege requirements
Query parameters
Both the
systenant and all user tenants can query this parameter using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify parameters
Only the
systenant can modify this parameter. User tenants cannot modify it.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Int |
| Default Value | 50 |
| Value range | [50, 600] |
| Modifiable | Yes, you can use the following methods:ALTER SYSTEM SETStatement modification. |
| Whether to restart the OBServer node for the change to take effect | No. The setting takes effect immediately. |
Configuration example
Run the following command to set the maximum number of UTL_FILE files that can be opened simultaneously by a single node in Oracle-compatible mode to 60.
obclient> ALTER SYSTEM SET utl_file_open_max=60;
