1

When I connect oracle layer are not enabled me all editing options. I can create and delete but not update.

QGIS Node Tool Disabled

It is an issue of users? permissions or privileges? metadata?

All works OK in AutoCADMap3D with the same credentials.

I'm working on Oracle Spatial 11g and QGIS 2.12

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Dec 10, 2015 at 16:21
0

1 Answer 1

3

We did have similar issue with Oracle Spatial. In our case we need to adding more permissios for geom-columns (or whatever column you use to store geometries).

GRANT UPDATE ("GEOM") ON "MYSCHEMA"."MYTABLE" TO "OTHERSCHEMA_USER";

It seems that other GIS desktop applications are not so strict.

More information from QGIS Developer email list.

answered Jul 7, 2016 at 8:52

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.