Hello everyone,
my webservice read from (and write to) Oracle queues. It uses the
Oracle Data Provider downloaded from Oracle site (Oracle10g Data
Provider for .NET 10.1.0.2.0). Webservice calls a stored procedure
that executes the read operation. Sometimes the ExecuteNonReader()
hangs (I'd like to set a timeout on command, but OracleCommand does
not support this option). Consequently the webservice fails for
timeout.
I tested the same class without using webservice and it doesn't hangs.
Do anyone know what is the problem? Is it a bug? I'am using .NET 1.1
on Windows 2003.
Thanks, Gionni