I want to know if it’s possible to create MySQL Schema from database diagram in jDeveloper 11g??
I created ERD (database diagram) in jDeveloper just for getting it’s schema in SQL.
but now i need MySQL schema.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can generate database creation scripts (DDL) from DB diagrams in JDeveloper see this tutorial:
http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_84/jdtut_11r2_84.html