...
These are the URL formats for the database platforms that PhixFlow currently supports. Please see Oracle
Platform | Connection String |
---|---|
Oracle (< 12c): | 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 |
...
Introduction to the Multitenant Architecture (including an explanation of PDB's)