Migration from sybase 11 to Oracle 9i
703255May 25 2009 — edited May 25 2009Hi,
I have to migrate all db objects (tables structures,table data,triggers,sp) from Sybase 11 to Oracle 9i
There are currently two free tools -
Migration workbench (http://www.oracle.com/technology/tech/migration/workbench/index.html )
and
SQL Developer( http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html )
for this purpose.
SQL developer has a provision to convert scripts which I can use for SPs and scripts one @ a time.
Problem is migrating table structures along with data.
from SQL developer I can't connect to sybase thou I provide all the details and from workbench in the online mode I need the sa login which is not possible as the database is live and @ client side.
SQL Loader can be used but will require to make CSV files from each sybase table and hence is time consuming.