OracleCommand.ExecuteNonQuery hangs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I update a small table, no problem.
When I Update a single field on a single row in a large table,
OracleCommand.ExecuteNonQuery hangs and never comes back. Note, the where
clause specifies a single row by means of the key fields.

When I paste the EXACT SQL statement into SQLPlus, it executes in less than
a half second.

What can I do to make this work?

Jon
 
Back
Top