debug_sync_timeout

2026-03-06 07:02:41  Updated

Note

This parameter is available starting with V1.4.

Description

debug_sync_timeout specifies the timeout period for the Debug Sync feature.

Privilege requirements

  • Query the parameter

    The sys tenant and all user tenants can query this parameter by using the SHOW PARAMETERS statement or the GV$OB_PARAMETERS view.

  • Modify the parameter

    Only the sys tenant can modify this parameter. User tenants cannot modify this parameter.

Attributes

Attribute Description
Type Time
Default value 0, which indicates that the Debug Sync feature is disabled.
Value range [0, +∞)
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

Enable the Debug Sync feature and set the timeout period to 3 seconds.

obclient> ALTER SYSTEM SET debug_sync_timeout= '3s';

Contact Us