dbTalk Databases Forums  

SQL Server 2000 db migration to Oracle 9i

comp.database.oracle comp.database.oracle


Discuss SQL Server 2000 db migration to Oracle 9i in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ghosh.sujay@gmail.com
 
Posts: n/a

Default SQL Server 2000 db migration to Oracle 9i - 03-11-2005 , 08:23 AM






Hi,

Can anyone let me know of a tool which shall migrate the entire SQL
Server 2000 database to Oracle 9i along with all the stored procedures
.. Someone in the net has posted that a tool comes with the Oracle 9i
software .

Any help would be appreciated .

Thanks ,

Sujay


Reply With Quote
  #2  
Old   
Jim Kennedy
 
Posts: n/a

Default Re: SQL Server 2000 db migration to Oracle 9i - 03-11-2005 , 09:38 PM







<ghosh.sujay (AT) gmail (DOT) com> wrote

Quote:
Hi,

Can anyone let me know of a tool which shall migrate the entire SQL
Server 2000 database to Oracle 9i along with all the stored procedures
. Someone in the net has posted that a tool comes with the Oracle 9i
software .

Any help would be appreciated .

Thanks ,

Sujay

You can go to otn.oracle.com and download Oracle's migration workbench. But
stored procedures won't be translated. They are written in different
languages (Transact sql for MS SQL Server and PL/SQL in Oracle) and thus
won't directly translate. In addition, these databases work much
differently so a direct port will suck.


Also I would recommend un quoting all the object names; if you don't you are
going to have a devil of a time.
Jim




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.