Skip to main content
Version: Devel

Compatibility Parameters

ParameterDescription
ivorysql.compatible_modeIndicates which database (pg/oracle) is currently compatible with, which can be viewed through the show command. The set command changes this variable, and the reset command resets it to the database mode at the time of connection. Resetting all will affect this variable
ivorysql.database_modeIndicates the current database schema (pg/oracle), which can be viewed through the show command. The set/reset/reset all command does not affect this variable
ivorysql.datetime_ignore_nls_maskIndicates whether the date format will be affected by the NLS parameter. The default value is 0, which can be set using the set command. The reset command resets the date format, and the reset all command resets the variable
ivorysql.enable_emptystring_to_NULLThe value is (on/off), and when this variable is on, it will convert the inserted empty string into a NULL value for storage
ivorysql.identifier_case_switchSet character case conversion mode
ivorysql.listen_addressIndicates the address for compatibility mode
ivorysql.portIndicates the port number for connecting in compatibility mode. When initializing the database, read the configuration from the ivorysql.conf file and modify the value in the configuration file. To take effect, restart the database and view it through the show command
nls_date_formatRepresents the default date format, which can be viewed through the show command and defaults to 'YYYY-MM-DD'. It can be set through the set command and reset back to the default value through the reset command. The reset all command will reset this variable
nls_length_semanticsCompatible with oracle parameters of the same name, controlling the size of memory occupied by a character
nls_timestamp_formatCompatible with oracle parameters of the same name, controlling date format with time
nls_timestamp_tz_formatCompatible with oracle parameters of the same name, controlling the date format with time zone
shared_preload_librariesWhen initializing the database, read from the ivorysql.conf file and view it through the show command. Modify the value in the configuration file and restart the database to take effect.