ORA-01461 :can bind a LONG value for insert...

camdebuck

Member²
I'm getting the following error message from oracle when trying to insert. This worked fine with an older version of DOAD. I'm using the lastest DOAD version. If I use an older version, all is fine. We are on Oracle 9.2.x.x.

The error message is:

ORA-01461 : can find a LONG vlaue only for insert into a LONG column

We also have the BytesPerCharacter set to bcAutoDetect.

Our NLS_LANG in the registry is set to:

AMERICAN_AMERICA.WE8ISO8859P1
 
Is the table defined with a LONG column (depreciated) or has it been changed to a LOB (or CLOB or BLOB) column?
 
Back
Top