Question
Oracle Inserted Value too Large for Column
This is so annoying and it is happening as I have:
task_id type varchar2(40 bytes) and I am inserting the following: '5996' in it.
The first time when I click the insert button, it works fine, the next time, it gives the above error. The table already has data in it but this is weired.
Please advise.
ISM
task_id type varchar2(40 bytes) and I am inserting the following: '5996' in it.
The first time when I click the insert button, it works fine, the next time, it gives the above error. The table already has data in it but this is weired.
Please advise.
ISM