Part 2: The 32-Bit/64-Bit Drivers : The Oracle Wire Protocol Driver : Connection Option Descriptions : Initialization String

Initialization String
Attribute
InitializationString (IS)
Purpose
A SQL command that is issued immediately after connecting to the database to manage session settings.
Valid Values
SQL_command
where:
SQL_command
is a valid SQL command that is supported by the database.
Example
To set the date format on every connection, specify:
Initialization String=ALTER SESSION SET DATE_FORMAT = 'DD/MM/YYYY'
Notes
Default
None
GUI Tab
Advanced tab

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