DDL from "generate database from model"

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
vifani
Posts: 17
Joined: Thu 05 Aug 2010 16:20

DDL from "generate database from model"

Post by vifani » Thu 05 Aug 2010 16:28

I report you two issues I have found generating DDL from EDMX

1) The DDL script doesn't include the DROP statements like Sql Server generation template does
2) The DDL script has one slash symbol after any CREATE TABLE statement. When I execute the DDL script using SQLPlus I receive ORA-00955 error after the each CREATE TABLE statement

I am currently using the 5.70.146.0 licensed build.

Thank you

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 06 Aug 2010 10:39

We will investigate the possibility to change this behaviour.
I will let you know about the results of our investigation.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 18 Nov 2010 11:56

We have added DROP statements as a part of our Generate Database From Model wizard support.
More information about the new features is avalable here.
The latest 5.70.190 build is available in Registered Users' Area.

Post Reply