laptop and a wrench

Bogue

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

Dernière publication: August 25, 2014 No Product Found
Numéro d’ID de bogue NIM031527
EnvoiJanuary 23, 2008
Dernière modificationApril 28, 2025
S’applique àNo Product Found
Version trouvée9.2
StatutKnown Limit

Informations supplémentaires

No Public Explanation

Solution de contournement

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.

Étapes pour reproduire

ID de bogue: NIM031527

Logiciel:

  • No Product Found

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement