Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object no longer exists
Message
From
07/01/2003 15:30:41
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Object no longer exists
Miscellaneous
Thread ID:
00739027
Message ID:
00739027
Views:
103
All,

I am running an Oracle stored procedure using a temporary Oracle table to select a record subset. I then take the subset and bind it to a datagrid.

If I make the temporary table a permanent table, all works fine, but if I make the temporary table temporary, I get the following:
System.Data.OleDb.OleDbException: 
	ORA-08103: object no longer exists 
		at System.Data.OleDb.OleDbDataReader.ProcessResults(Int32 hr) at ...
Do I need to do something special to get .Net to run the stored procedure? The error triggers on the DataAdapter.Fill(DataSet) command.

TIA

Rex
Reply
Map
View

Click here to load this message in the networking platform