Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Migration from sybase 11 to Oracle 9i

703255May 25 2009 — edited May 25 2009
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2009
Added on May 25 2009
5 comments
3,797 views