Updated on 2024-11-07 GMT+08:00

GUC Parameters of GaussDB (Oracle-Compatible)

In Oracle compatibility mode, you can set the GUC parameters of GaussDB to enhance the compatibility. For details about related GUC parameters and the impact scope, see Table 1.

GaussDB provides many operation parameters. Configurations of these parameters affect the behavior of the database system. Before changing these parameters, learn the impact of these parameters on the database. Otherwise, unexpected results may occur. For details, see GUC Parameter Usage.

Table 1 GUC parameters of GaussDB (Oracle-compatible)

Oracle-Compatible Configuration Item

Compatibility Configuration Item

Compatibility Configuration Item Name

Supported Database

Enable

Description

behavior_compat_options

display_leading_zero

Specifies how floating point numbers are displayed. 0 before the decimal point is displayed

Primary/standby and distributed

Yes

Primary/Standby: GUC Parameters.

Distributed: Parameter Details

end_month_calculate

Specifies the calculation logic of the add_months function.

Primary/standby and distributed

Yes

bind_procedure_searchpath

Specifies the search path of the database object in a stored procedure for which no schema name is specified.

Primary/standby and distributed

Yes

correct_to_number

Specifies the compatibility of the to_number() result.

Primary/standby and distributed

Yes

unbind_divide_bound

Specifies the range check on the result of integer division.

Primary/standby and distributed

Yes

convert_string_digit_to_numeric

Determines whether to convert numeric constants of the character string type to those of the numeric type before these two types are compared.

Primary/standby and distributed

Yes

return_null_string

Specifies how to display the empty result (empty string '') of the lpad() and rpad() functions.

Primary/standby and distributed

Yes

merge_update_multi

Controls the UPDATE behavior if a piece of target data in the target table conflicts with multiple pieces of source data When MERGE INTO ... WHEN MATCHED THEN UPDATE and INSERT ... ON DUPLICATE KEY UPDATE are used.

Primary/standby and distributed

Yes

plstmt_implicit_savepoint

Determines whether the execution of an UPDATE statement in a stored procedure has an independent subtransaction.

Primary/standby and distributed

Yes

hide_tailing_zero

Controls configuration item for numeric display.

Primary/standby and distributed

Yes

rownum_type_compat

Specifies the ROWNUM type.

Primary/Standby

Yes

aformat_null_test

Specifies the logic for checking whether the row type is not null.

Primary/standby and distributed

Yes

aformat_regexp_match

Determines the matching behavior of regular expression functions.

Primary/standby and distributed

Yes

compat_cursor

Determines the compatibility behavior of implicit cursor states.

Primary/Standby

Yes

proc_outparam_override

Determines the overloading of output parameters of a stored procedure.

Primary/standby and distributed

Yes

proc_implicit_for_loop_variable

Controls the behavior of the FOR_LOOP query statement in a stored procedure.

Primary/Standby

Yes

allow_procedure_compile_check

Controls the compilation check of the SELECT and OPEN CURSOR statements in a stored procedure.

Primary/Standby

Yes

plsql_security_definer

Determines whether the definer permission is used by default when a stored procedure is created.

Primary/standby and distributed

Yes

plpgsql_dependency

Determines whether a function, stored procedure, or package containing undefined objects can be created.

Primary/Standby

Yes

plsql_compile_check_options

plsql_expression_check

If the plsql_expression_check parameter is enabled, the plpgsql_dependency parameter must also be enabled.

503.1 primary/standby

Yes

a_format_version

10C

Specifies database platform compatibility configuration items.

Primary/standby and distributed

Yes

a_format_dev_version

S1

Specifies the compatible minor version of the database platform.

503.0 primary/Standby and distributed

Yes

S2

Specifies the compatible minor version of the database platform.

503.1 primary/Standby and distributed

Yes

S3

Specifies the compatible minor version of the database platform.

503.2 primary/standby and distributed

Yes

S4

Specifies the compatible minor version of the database platform.

505.0 primary/standby and distributed

Yes

S5

Specifies the compatible minor version of the database platform.

505.0 primary/standby and distributed

Yes

sql_beta_feature

a_style_coerce

Affects the decode function.

Primary/standby and distributed

Yes

Set the a_format_dev_version parameter as follows:

  • For GaussDB 3.1 Enterprise Edition, set the value to s1.
  • For GaussDB 3.2 Enterprise Edition, set the value to s2.
  • For GaussDB 3.3 Enterprise Edition, set the value to s3.
  • For GaussDB 8.0 Enterprise Edition, set the value to s4.

For details about the versions, see What Is the Mapping Between the GaussDB Versions Displayed on the UGO Console and Self-built GaussDB Versions?

Parameter Settings