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
Have you forgotten to commit your changes in Toad (or any other client)? An open transaction will cause it to wait indefinitely.