ora-00972 identifier is too long oracle 10g
问题 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? 回答1: 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 回答2: If you are successfully executing DML (UPDATE tableName SET ...) from another environment such