Db: Oracle
C# .Net 2005
I have a serious problem about performance. There is a table with 34 columns. There is only 1 row inside it. 12 tables are related with this table.
When I use:
adapter.FetchEntityCollection(myEntityCollection,relationPredicateBucket,0,null) method,
It takes about 10-15 seconds to open. It is realy slow although there is just one row. Why do you think it is so slow and what can I do?