Note
For V4.5.0, this parameter is available starting with V4.5.0.
Description
ob_enable_utl_tcp specifies whether to enable the UTL_TCP system package.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Boolean |
| Default value | FALSE |
| Value range | TRUE/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 in the sys tenant to enable the UTL_TCP system package:
obclient> ALTER SYSTEM SET ob_enable_utl_tcp=true;;
References
UTL_TCP is a system package that communicates with an external server over the TCP/IP protocol. For more information, see UTL_TCP.
