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. |