I am hit with a strange error that neither my IT support nor myself can explain, and it is related to saving from R back into oracle db using RODBC.
specifically, I am hit with this error:
Error in sqlSave(DataConnection, dataframeInput, tablename = tableNameString, : unable to append to table "aaa"
I have a second table "bbb" that has exact same column and constraints as "aaa", and it is able to save the records correctly, so it does not look like an error due to number format, etc.
has someone hit this snag before? I am running using R32bit.