1

Can you edit an ArcSDE Oracle spatial view?

By 'edit' I mean edit the geometry in the feature class, not any attributes in the joined table. Unversioned.

I really had it in my head that you can, as long as the objectid column is included in the view along with the shape column, some half-remembered reference. So I was forging ahead and decided to double-check if there was fine print, and now it seems I was whackadoodle in the first place.

I've seen nothing to suggest it is supported, and seen in Administering ArcSDE for Oracle, page 225: "Spatial views cannot be edited through an ArcSDE client."

But then I went ahead and tried it today, and I could edit a spatial view in ArcMap, but given the above I question how safe it is.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Apr 11, 2013 at 20:33

1 Answer 1

3

Native RDBMS views should probably not be edited. I have never edited one in ArcMap, just with SQL so I haven't edited geometry. I've done attribute updates in the past but it is dangerous because the view is unaware of the A & D tables, assuming your data is versioned. insert and delete operations can really get you into trouble.

If the data is versioned can you use a (multi)versioned view instead?

answered Apr 11, 2013 at 21:01
1
  • unversioned, so no A and D table complications. Commented Apr 11, 2013 at 21:38

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.