Contents Index Setting options Scope and duration of database options

ASA Database Administration Guide
  Database Options
    Introduction to database options

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 ANSI_INTEGER_OVERFLOW option:

SELECT CONNECTION_PROPERTY ('ANSI_INTEGER_OVERFLOW')

For more information, see CONNECTION_PROPERTY function [System].


Contents Index Setting options Scope and duration of database options