...
Platform | Connection String |
---|---|
Oracle | jdbc:oracle:thin:@hostname:1521:phixflow |
Oracle (> 12c with PDB containers): | jdbc:oracle:thin:@hostname:1521/phixflow |
Sql Server: | jdbc:sqlserver://hostname\myservice;databaseName=phixflow |
MySQL: | jdbc:mysql://hostname/phixflow |
...