| ORA-01460 when deleting a record [message #20893] |
Fri, 28 June 2002 00:29  |
Josef Vogler Messages: 1 Registered: June 2002 |
Junior Member |
|
|
I have a table PC_TAB containing a column ALLG_RECHNERNAME VARCHAR2(25).
Days ago I modified it to VARCHAR2(50).
I can insert and update this record, but I cannot execute the following statement:
delete from pc_tab where allg_rechnername = 'xKopie von xKopie von AATest'
when the content of the column is longer than 25 characters. (ORA-01460 unreasonable or unimplemented conversion). But I can update the column to a length less than 25 Chars and then execute the same delete statement. Oracle bug?
|
|
|
|
|
|
|
|
|
|