I am getting ORA-02049 occasionally for some long-running and/or intensive transactions. There is seemingly no pattern to this, but it happens on a simple INSERT.
I have the following routine: For j = 1 To NumItems dbValueLookup.Load(j) Using scope As New TransactionScope()