Alter Session (EXT)
- Last Updated: October 31, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Eloqua 6.0
- Documentation
Purpose
The Alter Session statement allows you to
change various attributes of a connection session.
Syntax
ALTER SESSION SET attribute_name=value
where:
- attribute_name
- Specifies the name of the attribute to be changed.
- value
- Refers to the specific value setting for that attribute.
The following table lists session attributes and describes them.
| Attribute Name | Session Type | Description |
|---|---|---|
Current_Schema
|
Database | Sets the current schema for the database session.
The current schema is the schema used when an identifier in a SQL statement is
unqualified. The string value must be the name of a schema visible in the session.
For
example: |
Ws_Call_Count
|
Remote | Resets the Web service call count of a session to
the value specified. The value must be zero or a positive integer. Ws_Call_Count represents the total number of Web service
calls made to the data store instance for the current session. For
example:The
current value of |