CTL Helper
While developing with sqlldr, I made a tool to speed up some boring work (like making those freaking huge control files...)
Downloads
- v1.0 - Release files
- Maven:
<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:
- Connects to specified oracle DB and reads all user tables.
- Generates a Loader/Extractor CTL based on the chosen tables.
- ← Previous
SQL* Loader - Copying data from/to Oracle DB