Versions Compared

Key

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

...

Examples of possible database URLs:

  1. jdbc:sqlserver://myhostdummy_hostname:1433;database=mydatabasedummy_databasename;user=johndummy_username;password=secret;dummy_password
  2. jdbc:postgresql://myhost/mydatabasedummy_hostname/dummy_databasename?user=johndummy_username&password=secretdummy_password";
  3. jdbc:oracle:thin:
    john/secret@myhost
    dummy_username/dummy_password@dummy_hostname:1521:
    mydatabase
    dummy_databasename
  4. jdbc:vjdbc:servlet:https://
    myhost
    dummy_hostname/FewsDatabaseHttpsProxy;user=
    john
    dummy_username;password=dummy_accesskey;

When possible always enable single sign on in the database server so database credentials are not needed at all.

...