2

I have a Microsoft SQL Server database(tables, relationships and data).
But now I want an exact same copy of this database in Oracle.
I was thinking there may be some sort of a tool or converter that could generate Oracle sql scripts that I could run to create and populate my new Oracle database.
Is this kind of thing possible?
And how can I achieve this ?

2
  • possible duplicate of Move Sql server 2005 to Oracle? Commented May 2, 2011 at 16:24
  • @Conrad - and the question you reference is a duplicate of this one: stackoverflow.com/questions/694133/… which also points out that stored procedures can be a problem as no automatic tool will be able to convert those from T-SQL to PL/SQL (aomthing I missed in my answer) Commented May 2, 2011 at 22:49

1 Answer 1

3

Your best bet is to use a DB modelling tool which can reverse engineer your SQL Server database and then generate a script to recreate it in Oracle.

DB Designer Fork can do this for you and is Open Source.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.