I can update some tables just fine, but a certain table I have cannot be updated by either my ASP.NET application or SQLPLUS. Both hang indefinitely. I have to forcibly quit SQLPLUS. I have update statments both in standard OracleCommand objects running a:
cmd.ExecuteNonQuery();
but I also have asp:SqlDataSources bound to a GridView. Nothing seems to work.
There's a similar question here: http://stackoverflow.com/questions/1172378/oracle-update-hangs. I have the rough idea that something has to have a lock of some sort on this table, but I don't know how to remove it or even find it for that matter. Any help would be greatly appreciated.
I'm running Oracle 9i EE 9.2.