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
Is there a lot of data in that table? This would explain, why it takes so long to delete the data. Anyway, I suggest to use TRUNC for clearing tables.
TRUNC