Page 1 of 1

Not selected dbojects added to the model

Posted: Fri 28 Nov 2008 10:33
by nbonne
I have created an entity model from an Oracle database that only has tables in its user schema. When I add db objects to the entity model I only pick the tables of interest - there are no stored procedures listed in the 'Choose your database objects' window.

After generation of my entity model the designer correctly shows the selected tables. However the underlying xml file also holds function names for all stored procedures that reside under the sys schema of the database. I can manually delete all these unwanted function names from the XML file but have to redo this action everytime I update my model from the database.

On another oracle database I have a similar issue when refreshing the entitiy model it adds all db objects (e.g. views) that reside under the sys schema even if they were not added to the original created model.

Are these known issues with the 'dotConnect for Oracle' provider ? I do not experience the same behaviour with the sqlclient provider for sql server. All oracle instances are version 9.2.

Posted: Fri 28 Nov 2008 13:15
by AndreyR
Thank you for the bug report. The issue is fixed, look forward to the next build.

Posted: Thu 11 Dec 2008 07:58
by nbonne
Re-tested this with the latest build 5.0.16.0 and confirm the problem is solved. Thanks!