When creating multiversioned view for feature class with nvarchar(n), n is doubled to 2n thus limiting the maximum nvarchar field length to 2000 if it needs to be incorporated in a multiversioned view.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM046752
已提交
July 8, 2009
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3
操作系统
Windows OS
操作系统版本
2003
修正版本
9.4
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
If the user sets the UNICODE_STRING value to "FALSE" in the Dbtune, then every data created that point onwards will be created with Text field as VarChar instead of Nvarchar field type. With this setting user would be able to create a field upto length 8000 instead of Nvarchar limiation of 4000. Also, the multiversioned view is created successfully without any issue of length overrun.