Versions Compared

Key

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

...

Code Block
jdbc:oracle:thin:@hostname:1521:phixflow
Info
Please note that for Oracle, the only difference between the connection strings is to use a '/' instead of':' before [SID], so that [SID] is treated as a SERVICE name rather than an SID. This is due to Oracle 12c introducing pluggable databases (PDB's).

 

SQL Server:

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

...