OracleCommand command, ExecuteNonQuery issue

前端 未结 4 1142
难免孤独
难免孤独 2021-01-20 03:28

I have to clear certain tables in the oracle database however when I\'m having issues with running the following code

public static void ClearDataTables(ILis         


        
4条回答
  •  南方客
    南方客 (楼主)
    2021-01-20 03:44

    Have you forgotten to commit your changes in Toad (or any other client)? An open transaction will cause it to wait indefinitely.

提交回复
热议问题