Quote:
Originally posted by vehnetltd
We have a column that is a "long" and when we try to insert more that 32KB into it the we get error ORA-01460 Unimplemented or Unreasonable conversion requested.
Any idea's
|
You can't insert more than 32KB into a LONG column without using Pro*C, ODBC or OCI. I haven't done that, though.
LONGs are obsolete, really - new databases should use LOBs.