...
Platform | Connection String |
---|---|
Oracle | jdbc:oracle:thin:@hostname:1521:phixflow |
Oracle (> 12c with PDB containers)1 | jdbc:oracle:thin:@hostname:1521/phixflow |
Sql Server | jdbc:sqlserver://hostname\myservice;databaseName=phixflow |
MySQL | jdbc:mysql://hostname/phixflow |
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
1For Oracle 12c and above, if you are using PDB (pluggable database) containers, you should use a '/' instead of ':' before [SID], so that [SID] is treated as a SERVICE name rather than an SID. There is also an option to add the line For more information, see the following Oracle documentation links: Introduction to the Multitenant Architecture (including an explanation of PDB's) |
...