I am getting the error mentioned in the title.
I am using a 36 charecter ID. This error is only thrown In my sqldatasource in my asp.net webform.
It is not a problem when I perform updates in Oracle sql developer
.
How can I fix this?
Oracle supports an identifier with at most 30 characters and your identifier length 36
is greater than that.so make it 30 character in length.
see this link