Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

In case you wish to use an external database instead of the database provided by KGS DocumentRouter you may define the parameters necessary to connect to this database within this tab.

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

  • No labels