Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are the URL formats for the database platforms that PhixFlow currently supports. Please see Oracle  

PlatformConnection 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

...

hostname

The name of the host which supports the database.

If the database is on the same host as the Tomcat web server, user localhost

phixflow

The name of the database.

Oracle specific considerations

...

.

...

There is also the option to add the line 'USE_SID_AS_SERVICE_listener=on' to the tnsnames.ora Oracle configuration file in order to treat SID's as service names by default. This is provided by Oracle as a workaround for users who have hard-coded connection strings that are difficult to change by hand, and so should not be necessary for phixflow configuration.

...

USE_SID_AS_SERVICE_listener

...