SQLines Data is a scalable, high performance data transfer, schema conversion and validation tool for Informix to Oracle migration.
The tool requires connections to Informix (ODBC/CLI without ODBC Manager) and Oracle (OCI) databases. To convert SQL statements and scripts, use SQLines tool.
SQLines Data benefits:
Advanced Database Schema Conversion Features
Migration Validation
Scalability and High-Performance
Designed for DBAs and Enterprise-Class Migrations
Logging and Statistics
Technical Support and Custom Solutions
SQLines Data features and licensing:
SQLines Data for Informix to Oracle Migration | |
Database Size | |
Data Volume | Unlimited |
Number of Tables | |
Number of Rows | |
Number of Databases | |
Schema Conversion | |
CREATE TABLE Statement | |
SERIAL Columns | |
NOT NULL Constraints | |
DEFAULT Clauses | |
CHECK Constraints | |
Primary and Foreign Keys | |
Unique Constraints | |
Indexes | |
Schema Transformation | |
Schema Name Mapping | |
Reserved Words | |
Validation | |
Validation by Row Count | |
Full Data Validation | |
Performance and Scalability | |
Parallel Sessions | Unlimited |
Concurrent Reader/Writer in Each Session | |
32-bit Version | |
Automation | |
Command Line | |
Licensing and Support | |
Technical Support |
Download a Trial Version of SQLines Data.
If any you have any questions or need any assistance, please contact us at support@sqlines.com.
For detailed information about conversion features supported in SQLines Data, see Informix to Oracle Migration Reference.
SQLines Data allows you to easily automate the migration process using a command line.
The tool provides advanced logs including sqldata_ddl.sql a SQL file containing all executed SQL statements for Oracle, and sqldata_failed.sql a SQL file containing all failed SQL statements.
For example, to transfer all tables excluding system tables from Informix to Oracle, using the default schema in Oracle, recreating the existing tables, run:
sqldata.exe -t=* -sd=informix,user/pwd@ol_informix, db -td=oracle,user/pwd@sid -cmd=transfer -topt=recreate -smap=*:
In this example the following options are set:
-t=* | Transfer all tables excluding system tables |
-sd=informix,user/pwd@ol_informix, db | Source database Informix, user, password, server and database name |
-td=oracle,user/pwd@sid | Target database Oracle, user, password and SID (TNS name) |
-cmd=transfer | Perform data and schema transfer |
-topt=recreate | Execute DROP TABLE and CREATE TABLE before loading data |
-smap=*: | Use the default schema in all DDL statements for Oracle |
For more information, see SQLines Data Command Line Reference.