Re: Reading from the stream has failed
Posted by: Lambert Knapen
Date: February 24, 2013 03:59AM

This is a serious issue.
I have resolved a lot of the issues by using queries run on the server,using insert into table select, thus preventing other clients to do certain tasks .
But somewhere you will have to use the client side to read the results.
Without other client-tasks running I can read the result set and store the results in a listbox (71K records) in about 70 seconds.
But when other client tasks are running I get the exception again,
'failed to read from stream'.
To me this looks like a bug.
During the read of the result set the primary table is read locked.
The other Clients are accessing other tables but also trying to write to the primary table trying to set a write lock on the primary table.
Previously I have tried to use a handler, but this results in the same exception.

Thanks,
Lambert

Options: ReplyQuote


Subject
Written By
Posted
Re: Reading from the stream has failed
February 24, 2013 03:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.