|
Chyfo
-
Version
2.1
Chyfo is a database movement and migration tool.
This tool facilitates the movement of tables between
different or same database systems. It exports a table
to a text file (CSV, TAB and fixed length are
supported formats) and creates table creation and
import scripts for specified system.
The tool is especially designed for professianal IBM
DB2 and Oracle database administrators but can be also
used for other database systems such as Microsoft SQL
Server, Sybase, Informix, MySQL and others.
The tool can export data from any database
accessible through ODBC interface.
It has a lot of features useful for professional
DBAs:
- This is a command prompt tool. So you can create
various scripts to automate your work.
- You can provide any SELECT statement from command
prompt parameter or separate file specifying the data
to be exported.
- You can provide list of columns to be excluded
from converting,start row and number of rows to be
exported.
- The tool generates native table creation scripts
for IBM DB2, Oracle and MS SQL Server.
- The tool generates loading scripts for specified
database (IMPORT and LOAD scripts for IBM DB2, control
files for Oracle SQL Loader).
- Movement of LOBs are fully supported.
- Many small useful features as output table and
files names, file directories and others.
|