Finding option settings

You can obtain a list of option settings, or the values of individual options, in a variety of ways.

Getting a list of option values

Getting individual option values

You can obtain a single setting using the connection_property system function. For example, the following statement reports the value of the Ansinull option:

SELECT connection_property ('Ansinull')