Select to view content in your preferred language

Joining Oracle based CAMA Data to SDE Dataset

667
2
04-01-2013 04:03 PM
Labels (1)
HectorGutierrez1
Emerging Contributor
I am trying to join data from the Assessor's Office CAMA ssytem (Realware) to the Parcel Feature class through catalog so that all parcels include ownership information on the SDE Database versus doing a join on each computer and having to update everyone periodically.
Tags (2)
0 Kudos
2 Replies
JohnFell
Frequent Contributor
Hector,

We have found that using spatial views within SDE has been helpful for this purpose. We generate multiple views for various departments given that appraisal staff in these departments have different data needs. A spatial view can be defined on the parcel feature class and one or more tables. We create spatial views based on tables generated using SQL queries and stored procedures. These can be viewed in ArcMap, used in an ArcGIS map service, or even as input in geoprocessing tasks. You can read more about creating spatial views using Oracle here.
HectorGutierrez1
Emerging Contributor
Thanks John i will try this
0 Kudos