Adding stored procedures error

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
talsja
Posts: 7
Joined: Tue 14 Jul 2009 11:11

Adding stored procedures error

Post by talsja » Tue 14 Jul 2009 13:52

Hi

When i create a new ADO.NET Entity Framework model and add stored procedure i keep getting an error:

An exceptoion of typ Microsoft.Data.Entity.Design.Visualstudi.ModalWizard.Engine.ModelBuilderEngine+GenerateSSDLEException occorred while attempting to update from the database. The exception message is: An error occurred while reading from the store provider's data reader. See the inner exception for details
ORA-25153: Temporary Tablespace is Empty

Does anyone know what this error means?

Thanks

Talsja

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

Post by AndreyR » Wed 15 Jul 2009 12:00

I have found these tips:
http://www.mydigitallife.info/2006/01/2 ... in-oracle/
http://www.dba-oracle.com/t_ora_25153_t ... _empty.htm
Please try the advice from the second link.
If the error persists, please let me know.

Post Reply