Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 714 Bytes

FastLdr

Alternative data loader with Oracle sqlldr compatible interface

Required driver must be available on classpath - ojdbc14.jar, h2.jar, or other

Run: java -cp fastldr.jar:dbdriver.jar org.agileworks.fastldr.App

Compilation:

ojdbc14.jar must be downloaded from oracle website and installed manualy to local maven repository

mvn install:install-file -Dfile=<path-to-file-ojdbc14.jar> -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.5.0 -Dpackaging=jar

Connecting to other database than Oracle: [TODO]

Credits:

Martin Bednář [email protected] Vítek Tajzich [email protected] Pavel Lobodinský [email protected] Michal Misecius [email protected]