Note
For V4.4.1, this parameter is available starting with V4.4.1.
Description
ob_enable_utl_http specifies whether to enable the UTL_HTTP system package.
Privilege requirements
Query the parameter
The sys tenant and all user tenants can query this parameter by using the
SHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the sys tenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | BOOL |
| Default value | FALSE |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Run the following command to set ob_enable_utl_http to true.
ALTER SYSTEM SET ob_enable_utl_http=true;