Entity Framework; Add new tables from DB hangs
Posted: Sun 04 May 2008 14:29
Hello,
i want to use the ADO Entity Framework with OraDirect. I create a model for one table. No problems (but the mapping of a DB-Column with datatype char(1) was to string ??). Then i try to add 2 aditional DB-tables to the model (small tables with a foreign key constraint to the first table). After ~ 30 minutes the model with the 2 added tables was created.
Where spent the system so much time? Is there any way to speed up this process?
My Environment:
VS2008 Professional with EF_Beta3 and Tools
Windows XP SP2
Oracle 11.x on IBM-Aix (64 Bit DB)
remote connect via Ora-Client 10.x and VPN (this works fast with the Standalone-Management-Konsole)
i want to use the ADO Entity Framework with OraDirect. I create a model for one table. No problems (but the mapping of a DB-Column with datatype char(1) was to string ??). Then i try to add 2 aditional DB-tables to the model (small tables with a foreign key constraint to the first table). After ~ 30 minutes the model with the 2 added tables was created.
Where spent the system so much time? Is there any way to speed up this process?
My Environment:
VS2008 Professional with EF_Beta3 and Tools
Windows XP SP2
Oracle 11.x on IBM-Aix (64 Bit DB)
remote connect via Ora-Client 10.x and VPN (this works fast with the Standalone-Management-Konsole)