SQL Statements and Extensions for the Salesforce Driver : Alter Session (EXT)

Alter Session (EXT)
Purpose
The Alter Session statement changes various attributes of a database session or a remote session. A database session maintains the state of the overall connection. A remote session maintains the state that pertains to a particular remote data source connection.
Syntax
ALTER SESSION SET attribute_name=value
where:
attribute_name
Specifies the name of the attribute to be changed. Attributes apply to either database sessions or remote sessions.
value
Refers to the specific value setting for that attribute.
The following table lists the database and remote session attributes, and provides their descriptions.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.