laptop and a wrench

不具合

Great Queries by Select By Attributes doesn't work with ORACLE data, but works with fGDB and SQL Server.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM031527
送信されましたJanuary 23, 2008
最終更新日April 28, 2025
適用対象No Product Found
見つかったバージョン9.2
ステータスKnown Limit

参考情報

No Public Explanation

対処法

Modify the where clause for your oracle case to use nested queries or joins...Joins would be the fastest - "or" and "in" clauses are normally much slower.Examples:select * from user.Parcels where (PARCEL_ID in (1...1000) orPARCEL_ID in (1001...2000) )=================(select ... from ... where PARCEL_ID in (1, 2, ... 1000) )UNION(select ... from ... where PARCEL_ID in (1001, 1002, ... 2000))...UNION(select ... from ... where PARCEL_ID in (N, N+1, ... M)=================You can use ArcObjects (IDatabaseConnectionInfo2.ConnectionDBMS Property) to determine the type of GDB connected to if needed.

再現の手順

不具合 ID: NIM031527

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動