Note
This parameter is available starting with V4.3.4.
Description
direct_load_allow_fallback specifies whether to fall back to the normal import mode when the direct load mode is not supported during a direct load operation.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query this parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
The
systenant and user tenants can modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | True
NoteStarting from V4.3.5, the default value of this parameter is changed from False to True. |
| Value range |
|
| 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. |
Considerations
- Whether the direct load operation falls back to the normal import mode when the direct load mode is not supported depends on the value of the
direct_load_allow_fallbackparameter, regardless of whether you manually add a hint to specify the direct load mode or set the default_load_mode parameter to specify the direct load mode globally.
Examples
Set the direct_load_allow_fallback parameter to True so that the direct load operation does not fail when the direct load mode is not supported and falls back to the normal import mode.
obclient> ALTER SYSTEM SET direct_load_allow_fallback = True;
