문제

I've been googleing but maybe I'm not using the right words, so:
I have a ER diagram made in Visio 2010, and I what to do a forward engineering to an Oracle database.

I've found a forward engineering plugin for Visio 2010 but this generates a MS SQL Server script, and the diagram has lots of tables, so editing the script is a last resort.

Can you please recommend me a tool/plugin, that can somehow make the Visio 2010 diagram in script for Oracle or a MS Sql Server to Oracle converter or some tool that can generate Oracle script from the Visio 2010 supported export formats (.vsd, .vdw, .vdx, .dwg, .dxf ...) ?

Thanks

도움이 되었습니까?

해결책

Here is one path that should work but may be a little fiddly: use Oracle's SQL Developer Data Modeler tool. It's free. Find out more.

You can import your SQL Server DDL into Data Modeler. The import process certainly isn't perfect so you'll probably need to do some tweaking of the model. From Data Modeler you can forward engineer Oracle DDL.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top