changes.mady.by.user Former user
Saved on Apr 23, 2020
changes.mady.by.user Fabian Nola
Saved on Apr 06, 2023
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:
jdbc:oracle:thin:@//<db-host>:<port>/<service_name>
or TNSName:
jdbc:oracle:thin:@<TNSName>
Example for MS SQL Server:
jdbc:sqlserver://Servername or IP;databaseName=myDatabase;autoReconnect=true
Otherwise, Migration4ArchiveLink will use an internal H2 database.
Empty ( => Internal H2 Database)
DBUser
Name of the database user being used for migrations.
DBPassword
The password of the database user being used for migrations.
DBCommitCnt
Integer
The number of records that are being committed within one insert statement.
10
DBMaxTableSize
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
Defines the minimal number of connections kept open for connection pooling.
20
DB Max Connections
Defines the maximal number of connections created and opened to the database.