Connection URL
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Syntax
jdbc:datadirect:oracle://hostname:port[;property=value[;...]]
where:
- hostname
- is the IP address or host name of the server to which you are connecting. See Using IP Addresses for details on using IP addresses.
- port
- is the number of the TCP/IP port.
-
property
=value - specifies connection properties. For a list of connection properties and their valid values, see Connection Properties.
Notes
- Untrusted applets cannot open a socket to a machine other than the originating host.
Example
jdbc:datadirect:oracle://server3:1521;ServiceName=ORCL;User=test;
Password=secret
See Using tnsnames.ora Files for information about specifying connection properties using a tnsnames.ora file.