Versions Compared

Key

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

...

PlatformConnection String

Oracle

jdbc:oracle:thin:@hostname@hostname:1521:phixflow

Oracle (> 12c with PDB containers)1

jdbc:oracle:thin:@hostname:1521/phixflow

Sql Microsoft SQL Server

jdbc:sqlserver://hostname\myservice;databaseName=phixflow

MariaDBjdbc:mariadb://hostname/phixflow

Oracle's MySQL

(not supported

jdbc:mysql://hostname/phixflow

NotesWhere:

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.

...