Hello,
we have a table with nvarchar2 columns. When we try to add records in a SQL-window we get the following error message:
ORA-1461: can bind a long value only for insert into a LONG column.
Updating values in the nvarchar2 columns is possible.
Is there a workaround for this?
we have a table with nvarchar2 columns. When we try to add records in a SQL-window we get the following error message:
ORA-1461: can bind a long value only for insert into a LONG column.
Updating values in the nvarchar2 columns is possible.
Is there a workaround for this?