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]
Martin Bednář [email protected] Vítek Tajzich [email protected] Pavel Lobodinský [email protected] Michal Misecius [email protected]