Skip to content

Alternative data loader with Oracle sqlldr compatible interface

License

Notifications You must be signed in to change notification settings

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

About

Alternative data loader with Oracle sqlldr compatible interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.1%
  • Groovy 1.9%