7

I have a problem with ArcSDE that I have never come accross before and I was wondering if anyone could shed any light on this problem.

Problem ArcSDE 9.3.1:

Connnecting to an ArcSDE instance (Oracle Spatial) with over 20,000 datasets (raster) causes ArcGIS/ArcObjects code to connect very slowly - minutes in fact before a successful connection is made to the database. However if a native SQL connection is made, the connection is almost instant.

Has anyone else had this problem and if so what can be done to remedy this problem.

Vidar
  • 1,870
  • 1
  • 16
  • 37

2 Answers2

4

Are they registered with the GeoDatabase and in A Raster Catalog? If not, it basically has to dynamically find info about each table and 20,000 DB DESCRIBEs can get kind of heavy and time consuming :)

Ragi Yaser Burhum
  • 15,339
  • 2
  • 59
  • 76
  • ahh interesting. This has given me some things to think about - hopefully it should be a fairly easy fix. – Vidar Oct 18 '11 at 19:50
0

We had a noticeable speed improvement when we switched our users over to Direct Connections.

Casey
  • 2,040
  • 1
  • 16
  • 23