The oracle10g tag has no wiki summary.
-1
votes
0answers
25 views
How to use sub queries while inserting record into db using cx_Oracle in python? [closed]
I need to add a symbol with the value of self.wrkArea variable like this
(select chr(182) from dual) || self.wrkArea || (select chr(182) from dual)
i.e. ¶workarea¶ will be the result. how to ...
3
votes
0answers
232 views
Error opening feature class from SDE (which can be opened in another application)
We're using ArcGis 10.1 with ArcSDE 9.3.1 on Oracle 10g.
I've got 2 layers that cannot be opened or modified with ArcCatalog or ArcMap (but they show up in the list. Everything worked just fine ...
2
votes
1answer
803 views
ArcGIS 10 querying Oracle 10g without SDE
I'm interested to see if anyone has successfully got this setup working, and if so how many sacrifices were required and to which deities.
I am hoping to ultimately get ArcGIS Server 10 serving map ...
2
votes
1answer
368 views
Using primary keys with SDE (Oracle) best practice?
Is it possible, more advisable to assign a primary key to the OBJECTID column in a featureclass in SDE. I am using Oracle and some of my flat tables (junction tables) need to SEE a primary key in the ...
6
votes
2answers
877 views
In a versioned geodatabase, what impact do delta tables and the state tree have on query performance?
We have a versioned arcsde geodatabase (arcgis 9.3.1 on oracle 10g) with a fairly complex data model that includes about 100 featureclasses and non spatial tables, a geometric network and many ...