Connection time out in Oracle [message #270553] |
Thu, 27 September 2007 08:32 |
hapytran
Messages: 2 Registered: September 2007
|
Junior Member |
|
|
Hi,
I have two tables with million of rows. I wrote a stored procedure to process data. It takes much time to process (about one minute, i suppose). When i test with SQL-Plus, it's ok. But when i call it from a small ASP.NET C# page, no data returned.
It seems that connection has been closed (time out) before the stored procedure finished processing. We can set time out in MS SQL Server, but we can not set time out in Oracle. Is it right? Is there any way to solve this problem? How do we process a very big data in oracle?
Thanks
|
|
|
|
|