We have made substantial changes to our physical DB, now as it is the end of the project I would like to abstract a logical model from this, to allow me to generate schemas for both Oracle and SQL Server.
Can anyone guide me as to the best way to achieve this. I was hoping TOAD data modeller would help but I can’t seem to see any options to do what I require?
If you’re looking to normalize your physical database, this Wikipedia article on database normalization can help.
As far as which tool should you use, a lot of companies use the ErWin data modeler. I use the tools that come with the MySQL community server to do my data modeling, although you would have to manually create the SQL to build Oracle and SQL Server schema.