ServerName
- Last Updated: July 24, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Specifies either the IP address in IPv4 or IPv6 format, or the server name (if your network supports named servers) of the primary server. See "Using IP addresses" for more information about using IP addresses.
This property is supported only for data source connections.
Valid values
string
where:
- string
- is a valid IP address or server name.
Example
122.23.15.12 or OracleAppServer
Notes
- If using a tnsnames.ora file to provide connection information, do not specify this property. See "Using tnsnames.ora files" for information about specifying a server name using a tnsnames.ora file.
- When a value is specified for the LDAPDistinguishedName property, this property specifies the name or IP address of the LDAP server.
Data source method
setServerName
Default
None
Data type
String