When using the sdedbtune -o import command, the value of the SDO_TOLERANCE_n keyword is truncated to six decimal places.
上次发布: September 9, 2016ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM055779
已提交
March 29, 2010
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
XP
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The sdedbtune command has been deprecated. It is replaced at 10.3 with the Export Geodatabase Configuration Keywords and Import Geodatabase Configuration Keywords geoprocessing tools. In addition, this bug has been submitted for a version of the software that is no longer supported. If this behavior occurs with geoprocessing tools in a current release, please contact Support Services.
解决办法
Update this parameter value via sqlplus as:
SQL> update sde.dbtune set config_string = '0.00000001' where parameter_name = 'SDO_TOLERANCE_1'