aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

AUD-00802: name of index is limited to 22 characters

AUD-00802: name of index is limited to 22 characters
Cause: The user specified an index name that is more than 22 characters long.
Action: Drop this index, and issue the CREATE INDEX statement again with a name that is at most 22 characters long.

请先 登录 后评论

1 个回答

小智
AUD-00802:索引名称限制为22个字符,
.原因:用户指定长度超过22个字符的索引名称。,
.操作:删除此索引,并再次使用最多22个字符长的名称发出CREATE INDEX语句。,
.
请先 登录 后评论