Versions Compared

Key

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

...

Parameter name

Type

Description

DBLinkDriverName

String

Within the field DBLinkDriverName you may have to enter the name of the JDBC driver which will be used in order to connect to the database.

E.g.:

  • com.mysql.jdbc.Driver → MySQL

  • oracle.jdbc.driver.OracleDriver → Oracle DB

DBLinkJdbcUrl

String

The parameter DBLinkJdbcUrl is being used for the JDBC URL necessary to connect to the database.

E.g.: jdbc:oracle:thin:@//127.127.127.213:1521/xe

DBLinkUser

String

The username which will be used by DocumentRouter to connect to the external database has to be enterd in DBLinkUser.

E.g.: JohnDoe

DBLinkPassword

String

The password corresponding to the user provided in the field DBLinkUser has to be entered in the field DBLinkPassword.

E.g.: JohnDoesS3cretPassw0rd