Difference between revisions of "OpenDBcopy"

From Dietrich Blog (Strato)
Jump to: navigation, search
(New page: = Open DB Copy = OpenSourceSoftware zum Migrieren von Datenbanken. openDBcopy is a universal database utility to migrate data from and to any database given a JDBC driver...)
 
(Replaced content with "Has been moved to: http://blog.kr8.de/wiki-opendbcopy/")
 
Line 1: Line 1:
= Open DB Copy =
+
Has been moved to: http://blog.kr8.de/wiki-opendbcopy/
[[OpenSourceSoftware]] zum Migrieren von [[Datenbanken]].
 
 
 
openDBcopy is a universal database utility to migrate data from and to any database given a [[JDBC|JDBC]] driver. Standard plugins are included, custom ones can be added. Complete migration job saved as [[XML|XML]] for easy re-use. Run with GUI or as batch.
 
 
 
== Installation ==
 
* Definitive Software Library ID: '''openDBcopy'''
 
* Name: openDBcopy
 
* Version: 0.51
 
* Hersteller/Bezugsquelle: Sorceforge http://sourceforge.net/projects/opendbcopy
 
* Systemvoraussetzungen: [[Java]], [[JDBC]]
 
* Installations-Ordner: D:\Programme\opendbcopy
 
* Konfigurations-Dateien: .opendbcopy\conf
 
 
 
Installation: java -jar opendbcopy-xx-install.jar  (replace xx with downloaded version)
 
 
 
== Konfiguration ==
 
The default URLs to databases are stored in a file '''SQLDrivers.xml''' within your home directory <your_home>/.opendbcopy/conf
 
 
 
 
 
 
 
-- Main.DietrichKracht - 17 Sep 2005
 
[[Category:DefinitiveSoftwareLibrary]]
 

Latest revision as of 08:22, 9 May 2020

Has been moved to: http://blog.kr8.de/wiki-opendbcopy/