laptop and a wrench

Error

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

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM031527
EnviadoJanuary 23, 2008
Última modificaciónApril 28, 2025
Relacionado conNo Product Found
Versión encontrada9.2
EstadoKnown Limit

Información adicional

No Public Explanation

Solución alternativa

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.

Pasos para reproducir

ID del error: NIM031527

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga