We Have some Intermittant Access Violation reading Oracle CLOB column with the message "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"
We've got the error on dr2("MyColumnName")
Dim dr2 as OleDbDataReader
If Not IsDBNull(dr2("MyColumnName")) Then