skip to main content
Connection property descriptions : EditionName
  

Try DataDirect Drivers Now

EditionName

Purpose

The name of the Oracle edition the driver uses when establishing a connection. Oracle 11gR2 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 property 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:
*When the specified edition is not a valid edition. The driver generates a warning indicating that it was unable to set the current edition to the specified edition.
*When the value for this property is not specified or is set to an empty string.
If failover is enabled using the FailoverMode property 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. To change the edition for the new connection, set this property or use the setAttribute("editionName", propValue) method of the ExtConnection interface.

Valid values

string
where:
string
is the name of a valid Oracle edition.

Data source method

setEditionName

Default

None

Data type

String