Skip to content

milanboruvka/fastldr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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ář xxbedy@gmail.com Vítek Tajzich v.tajzich@gmail.com Pavel Lobodinský pavel.lobo@gmail.com Michal Misecius m.misecius@gmail.com

About

Alternative data loader with Oracle sqlldr compatible interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.1%
  • Groovy 1.9%