New User Question: Scripting and ER diagrams

kdmerkle

Member
1. Is it possible to export a schema script using this tool?

2 Can it generate an ER diagram from an existing schema?

3. Is there a visual modeling tool that will take a ER grahpic and generate a schema?

Thanks very much
 
1. Is it possible to export a schema script using this tool?
Yes, you can go to Tools > Export User Objects to create a DDL script for a selection of objects owned by the current user.
2 Can it generate an ER diagram from an existing schema?

3. Is there a visual modeling tool that will take a ER grahpic and generate a schema?
This is planned for 6.1, which will have a new Diagram Window. This is not an ER tool in the strict sense (an entity a table), but it will probably do what you want (and more).
 
Back
Top