SQLines Data Tool - Database Migration from Sybase ASE to Oracle

SQLData is a scalable, high performance data transfer, schema conversion and validation tool for Sybase Adaptive Server Enterprise to Oracle migration.

Why SQLines Data

SQLines Data benefits:

Migration Features

You can use SQLines SQL Converter tool to convert stored procedures, functions, triggers, views and other objects.

Scalability and High-Performance

Designed for DBAs and Enterprise-Class Migrations

SQLines Data in Command Line

You can use SQLines Data tool in command line. Just launch sqldata.exe on Windows with the specified options.

For information how to define Sybase ASE and Oracle connections, see SQLines Data Connection String Formats.

Examples:

sqldata -t=emp -sd=sybase,syb_user/syb_pwd@syb_host,sample_db -td=oracle, ora_user/ora_pwd@ora_host/sid

-t option defines the table name, -sd and -td options (source and target databases) specify the connection strings for Sybase ASE and Oracle, respectively.

This command transfers table emp from Sybase sample_db database to Oracle database located on syb_host/sid.