GV$OB_PARAMETERS

2025-12-09 07:09:36  Updated

Feature

This view displays the parameters on all OBServer nodes of a tenant.

Fields

Field Type Nullable Description
SVR_IP VARCHAR2(46) NO The IP address of the OBServer.
SVR_PORT NUMBER(38) NO The port number of the OBServer.
SCOPE VARCHAR2(64) NO
  • CLUSTER: cluster-level parameter
  • TENANT: tenant-level parameter
  • TENANT_ID NUMBER(38) YES The ID of the tenant.
  • NULL: The parameter does not belong to any tenant.
  • Other valid values: the tenant ID.
  • NAME VARCHAR2(128) NO The name of the parameter.
    DATA_TYPE VARCHAR2(128) YES The type of the parameter value.
    VALUE VARCHAR2(65536) NO The value of the parameter.
    INFO VARCHAR2(4096) NO The description of the parameter.
    SECTION VARCHAR2(128) NO The module to which the parameter belongs.
    EDIT_LEVEL VARCHAR2(128) NO The way for the parameter modification to take effect.
  • READONLY: The parameter is read-only and cannot be modified.
  • STATIC_EFFECTIVE: The parameter modification takes effect upon restart.
  • DYNAMIC_EFFECTIVE: The parameter modification takes effect dynamically.
  • Contact Us