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

Version 1 Next »

Parameter

Type

Description

Default Value

DBUrl

String

URL for the migration database.

Only necessary in order to use Oracle, MySQL or MS SQL Server.

Otherwise, Migration4ArchiveLink will use an internal H2 database.

Empty ( => Internal H2 Database)

DBUser

String

Name of the database user being used for migrations.

Empty ( => Internal H2 Database)

DBPassword

String

The password of the database user being used for migrations.

Empty ( => Internal H2 Database)

DBCommitCnt

Integer

The number of records that are being committed within one insert statement.

10

DBMaxTableSize

Integer

Defines the maximal number of entries per msdoc_ table in the database.

If the number of entries is reached a new msdoc_ table will be created.

8000000

DB Min Connections

Integer

Defines the minimal number of connections kept open for connection pooling.

20

DB Max Connections

Integer

Defines the maximal number of connections created and opened to the database.

20

  • No labels