Tab "Database" (MIG)
For an Oracle database, please see the following article .
Parameter | Type | Description | Default Value |
---|---|---|---|
DBUrl | String | URL for the migration database. Only necessary in order to use Oracle or MS SQL Server. Example for Oracle:
or TNSName:
Example for 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 |