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

Edition Name
Attribute
EditionName (EN)
Purpose
The name of the Oracle edition the driver uses when establishing a connection. Oracle 11g R2 and higher allows your database administrator to create multiple editions of schema objects so that your application can still use those objects while the database is being upgraded. This option is only valid for Oracle 11g R2 and higher databases and tells the driver which edition of the schema objects to use.
The driver uses the default edition in the following cases:
If failover is enabled using the Failover Mode connection option and a connection fails over to another database server, the driver connects to the alternate server using the same edition that was used for the failed connection. The driver does not track changes to the current edition made using the ALTER SESSION SQL statement.
Valid Values
string
where:
string
is the name of a valid Oracle edition.
Default
None
GUI Tab
Figure 1

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