. Then, in the new row, type the attribute name in the Keyword field and the desired valid value in the Value field.
|
Keyword
|
Value
|
|
EditionName
|
Oracle 11g R2 and higher only. 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.
|
|
HostName
|
The name or the IP address of the server to which you want to connect.
|
|
PortNumber
|
The port number of your Oracle listener. Check with your database administrator for the number.
|
|
ServiceName
|
The Oracle service name that specifies the database used for the connection. The service name is a string that is the global database name—a name that is comprised of the database name and domain name, for example: sales.us.acme.com.
|
|
SID
|
The Oracle System Identifier that refers to the instance of Oracle running on the server. The default is ORCL.
|