Strange Oracle Error...
Has anybody ever come across this error when trying to insert data into a CLOB column in Oracle using ADO?
Error Number : -2147467259
Description : ROW-00060: Internal error: [daputchunk,2]
I've looked high and low in every spot on the web I can think of and haven't turned up any answers yet. What I'm doing is grabbing an entire section of text from an ini file using the Windows GetPrivateProfileSection API and then later on inserting that data into an Oracle CLOB column. Sometimes is succeeds and sometimes it fails with this error being returned.