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);