ora-00972 identifier is too long oracle 10g

Frank picture Frank · May 7, 2010 · Viewed 9.4k times · Source

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?

Answer

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