Skip to main content
Zezas

CTL Helper

While developing with sqlldr, I made a tool to speed up some boring work (like making those freaking huge control files...)

Downloads

<dependency>
  <groupId>pt.zenit.oracle</groupId>
  <artifactId>ctlfx</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>

What does it do?

Well it's a simple JavaFX app that generates some files for you:

  1. Connects to specified oracle DB and reads all user tables.
  2. Generates a Loader/Extractor CTL based on the chosen tables.