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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top