Running the 'Register As Versioned' option for a feature dataset in a geodatabase stored in Oracle results in slow performance.
上次发布: April 6, 2016ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
BUG-000095151
已提交
March 22, 2016
上次修改时间
June 5, 2024
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.3.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
解决办法
Calculate, or update statistics for all feature classes belonging to the feature dataset before running the 'Registered As Versioned' option using the sample query below:exec dbms_stats.gather_table_stats('SDE','Fabric_Points',ESTIMATE_PERCENT=>100,METHOD_OPT=>'for all indexed columns size auto',CASCADE=>True);